Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Simple Vi like text editor

Topics

Resources

Stars

32 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages