summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common/input/keybinds.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/input/keybinds.rs b/src/common/input/keybinds.rs
index 8e04c44a5..ee039f830 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)],