fix(keybinding): fix tab mode
dont exit on simple 'q' press
This commit is contained in:
parent
20a6a8e844
commit
7bf39e6858
1 changed files with 0 additions and 1 deletions
|
|
@ -295,7 +295,6 @@ impl Keybinds {
|
||||||
Action::TabNameInput(vec![0]),
|
Action::TabNameInput(vec![0]),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
defaults.insert(Key::Char('q'), vec![Action::Quit]);
|
|
||||||
defaults.insert(
|
defaults.insert(
|
||||||
Key::Ctrl('g'),
|
Key::Ctrl('g'),
|
||||||
vec![Action::SwitchToMode(InputMode::Normal)],
|
vec![Action::SwitchToMode(InputMode::Normal)],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue