nexedit 0.2.2

A vim-like text editor, with simple shortcuts.
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Default)]
pub struct LineJumpMode {
    pub input: String,
}

impl LineJumpMode {
    pub fn new() -> LineJumpMode {
        LineJumpMode::default()
    }
}