Not ed(1).
THIS SOFTWARE IS UNFINISHED!!!
$ ./build.sh
$ ./build/noed ./src/main.c
We have two modes: Command and Insert. Just like in vi.
Key | Description |
---|---|
q | Quit the editor |
SPACE or Alt+SPACE | Switch to Insert Mode |
w | Move up one line |
s | Move down one line |
a | Move left one character |
d | Move right one character |
o | Move up one paragraph |
l | Move down one paragraph |
k | Move left one word |
; | Move right one word |
O | Move to the beginning of the file |
L | Move to the end of the file |
K | Move to the beginning of the line |
: | Move to the end of the line |
DELETE | Delete one character at the cursor |
BACKSPACE | Delete one character before the cursor |
ENTER | Insert new line |
Key | Description |
---|---|
Alt+SPACE or ESCAPE | Save the current file and switch to Command Mode |
DELETE | Delete one character at the cursor |
BACKSPACE | Delete one character before the cursor |
ENTER | Insert new line |
Any displayable ASCII character | Insert the character (unicode is not supported yet) |