fix: add settings keybind
This commit is contained in:
parent
f03fc1e3ab
commit
5af7658a06
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
|
|||
bind!([], Key::Named(Named::F2), Rename);
|
||||
bind!([Ctrl], Key::Character("f".into()), SearchActivate);
|
||||
bind!([Ctrl], Key::Character("a".into()), SelectAll);
|
||||
bind!([Ctrl], Key::Character(",".into()), Settings);
|
||||
bind!([Ctrl], Key::Character("w".into()), TabClose);
|
||||
bind!([Ctrl], Key::Character("t".into()), TabNew);
|
||||
bind!([Ctrl], Key::Named(Named::Tab), TabNext);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue