This is a vim-like text editor written in Rust. It's main purpose is for me to learn Rust. It's probably not meant to be used as a real text editor, although I'm trying my hardest to make it usable.
- Vim modes
- Normal mode
- Insert mode
- Command mode
- Vim-like keybindings
hjklfor cursor movementifor insert mode:for command modeescfor normal mode
- Command mode
:qto quit:wto save:wqto save and quit:q!to quit without saving
$ cargo install --path .$ ggedit <filename>