nexedit 0.2.2

A vim-like text editor, with simple shortcuts.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod confirm;
pub mod insert;
pub mod jump;
pub mod line_jump;
pub mod normal;
pub mod path;
pub mod search;
pub mod search_select;
pub mod select;
pub mod select_line;