diff --git a/src/common/input/keybinds.rs b/src/common/input/keybinds.rs index 8e04c44a..ee039f83 100644 --- a/src/common/input/keybinds.rs +++ b/src/common/input/keybinds.rs @@ -295,7 +295,6 @@ impl Keybinds { Action::TabNameInput(vec![0]), ], ); - defaults.insert(Key::Char('q'), vec![Action::Quit]); defaults.insert( Key::Ctrl('g'), vec![Action::SwitchToMode(InputMode::Normal)],