Merge pull request #342 from matu3ba/main
fix(keybinding): fix tab mode
This commit is contained in:
commit
ccf96dba61
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