tweaked window switcher
This commit is contained in:
parent
1ee07c21fa
commit
0c2a6fc883
1 changed files with 5 additions and 1 deletions
|
@ -97,7 +97,11 @@
|
|||
{ on = "<C-w>"; run ="tab_close"; }
|
||||
{ on = "<C-A-right>"; run ="tab_switch 1 --relative"; }
|
||||
{ on = "<C-A-left>"; run ="tab_switch -1 --relative"; }
|
||||
|
||||
{ on = "<C-1>"; run ="tab_switch 0"; }
|
||||
{ on = "<C-2>"; run ="tab_switch 1"; }
|
||||
{ on = "<C-3>"; run ="tab_switch 2"; }
|
||||
{ on = "<C-4>"; run ="tab_switch 3"; }
|
||||
|
||||
{ on = "<Tab>"; run = "spot"; desc = "Spot hovered file"; }
|
||||
|
||||
{ on = "M"; run = "plugin mount"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue