diff options
-rw-r--r-- | main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -740,8 +740,7 @@ fn interface_loop(state: &mut Program) { // TODO warn if pending changes break; } - Event::Key(Key::Ctrl('a')) => { - state.status = "asf".to_string(); + Event::Key(Key::Ctrl('v')) => { state.state = Mode::ViewSelection; } // nahhhh.. |