Tex>> svi>> 返回
项目作者: byllgrim

项目描述 :
Simple Vi like text editor
高级语言: C
项目地址: git://github.com/byllgrim/svi.git
创建时间: 2017-02-01T17:28:54Z
项目社区:https://github.com/byllgrim/svi

开源协议:The Unlicense

下载


svi

Simple Vi like text editor

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

Commands

  1. /[term] - search for term
  2. :[num] - move to line num
  3. :d - delete line
  4. :q - quit
  5. :q! - force quit
  6. :w [file] - write to file
  7. A - append at end of line
  8. I - insert at start of line
  9. h,j,k,l - left, down, up, right
  10. i - insert mode
  11. n - search downwards
  12. ESC - normal mode

Dependencies