Skip to content

Commit

Permalink
removed unused shortcut code
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfalafel committed Jul 5, 2024
1 parent f1d8b3b commit 95e4443
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ fn main() -> Result<(), Box<dyn Error>> {
_ => {}
}


if key == KeyEvent::new(KeyCode::Char('c'), KeyModifiers::CONTROL) {
break;
}

match key.code {
KeyCode::Char('q') => {
if (app.editor_mode == CurrentEditor::AsciiEditor) {
Expand Down

0 comments on commit 95e4443

Please sign in to comment.