From 721a650a5b8f5f3172082a17599d76a371e53e10 Mon Sep 17 00:00:00 2001 From: Igor Cananea Date: Wed, 15 Nov 2023 11:24:11 -0500 Subject: [PATCH] Marked BACKSPACE as implemented. (#15) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50d000b..252cab8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Finally, `CTRL+Q` will save the buffer to the specified file on startup (or `/ae # Road to v1.0 The following features will be implemented before releasing v1.0 of the editor: -- [ ] `BACKSPACE` merges current line with previous when pressed at the beginning of the line. +- [x] ~~BACKSPACE merges current line with previous when pressed at the beginning of the line.~~ - [ ] Shortcuts to change foreground and background colors. - [ ] `PAGE-UP` and `PAGE-DOWN` support. - [ ] Shortcut for saving the current buffer without quiting.