Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zi

A simple text editor built referencing antirez's kilo but using vim style modal editing.

Does not use curses/ncurses and instead relies only ANSI escape sequences from the VT100 terminal. These codes are partially documented in escape_codes.info, but more detailed documentation can be found in the VT100 reference manual.

Uses the termios interface through unix specific golang bindings provided by https://github.com/golang/sys.

About

(Incomplete) modal text editor

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages