Simple Vi like text editor
This is an extension of mvi. For more information see the readme of mvi.
/[term] - search for term
:[num] - move to line num
:d - delete line
:q - quit
:q! - force quit
:w [file] - write to file
A - append at end of line
I - insert at start of line
h,j,k,l - left, down, up, right
i - insert mode
n - search downwards
ESC - normal mode
- ncursesw
- libutf - http://git.suckless.org/libutf/
- Updated link - git://git.suckless.org/sbase
- Alternative - https://github.com/cls/libutf