Format
This commit is contained in:
parent
06fd35db76
commit
a971ab0a14
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ pub fn key_binds(mode: &tab::Mode) -> HashMap<KeyBind, Action> {
|
|||
// Switch view
|
||||
bind!([Ctrl], Key::Character("1".into()), TabViewList);
|
||||
bind!([Ctrl], Key::Character("2".into()), TabViewGrid);
|
||||
|
||||
|
||||
// App-only keys
|
||||
if matches!(mode, tab::Mode::App) {
|
||||
bind!([Ctrl], Key::Character("d".into()), AddToSidebar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue