diff --git a/modules/home/kitty/default.nix b/modules/home/kitty/default.nix index 603a1e2..6ce6158 100644 --- a/modules/home/kitty/default.nix +++ b/modules/home/kitty/default.nix @@ -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"; };