Hed is a highly efficient modal text editor which uses keyboard-only actions to edit text.

Why another text editor? Hed has much going for it:

Why you shouldn't consider this editor: I made this editor to be as simple and lightweight as possible: if you need:

then this editor is not for you.

Keybindings (Normal mode)

Key | Action | Key | Action --- | --------- | --- | --------- i | switch to insert mode | , | open line below cursor w | delete character under cursor | d | set mark | exit editor | f | cut marked region U | scroll page up | c | paste from clipboard M | scroll page down | b | repeat search forward a | goto beginning of line | B | repeat search backward ; | goto end of line | | switch to command mode h | left | | save file j | down | / | switch to search mode k | up | gg | goto first row l | right | G | goto last row o | forward word | e | undo n | backward word | E | redo

Maybe:

< -> open line above cursor s -> undo / redo

Keybindings (Insert mode)

Key | Action | Key | Action --- | ------------ | --- | ------------ | delete character to the left of cursor | | indent | left | | right | up | | down esc | switch to normal mode | |