change kitty keybinds

This commit is contained in:
Frost-Phoenix 2024-02-23 18:29:44 +01:00
parent 9f3c8bcb5f
commit 2b16eab2f5

View file

@ -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";
};