Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 701 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 701 Bytes

svi

Simple Vi like text editor

This is an extension of mvi. For more information see the readme of mvi.

Commands

/[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

Dependencies