From e05ede0a08aa180dee91de2934117bcb69ec167f Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 12 Jul 2024 01:30:55 +0000 Subject: [PATCH] added handy shortcut for window tabs --- modules/kitty.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/kitty.nix b/modules/kitty.nix index 3b89979..092f57a 100644 --- a/modules/kitty.nix +++ b/modules/kitty.nix @@ -11,6 +11,11 @@ in shellIntegration.enableZshIntegration = true; # theme = "colbalt-neon"; + keybindings = { + "ctrl+shift+l" = "next_tab"; + "ctrl+shift+h" = "previous_tab"; + }; + settings = { allow_remote_control = true; shell = "zsh";