Skip to content

byllgrim/svi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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