change kitty keybinds
This commit is contained in:
parent
9f3c8bcb5f
commit
2b16eab2f5
|
@ -20,6 +20,13 @@
|
|||
};
|
||||
|
||||
keybindings = {
|
||||
## Tabs
|
||||
"ctrl+1" = "goto_tab 1";
|
||||
"ctrl+2" = "goto_tab 2";
|
||||
"ctrl+3" = "goto_tab 3";
|
||||
"ctrl+4" = "goto_tab 4";
|
||||
|
||||
## Unbind
|
||||
"ctrl+shift+left" = "no_op";
|
||||
"ctrl+shift+right" = "no_op";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue