From ed94ea8c2adcf8928322f082c368a3a5f3097051 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 29 Feb 2024 06:10:18 -0600 Subject: [PATCH] Preserve kitty new os window hotkey, move "previous pane" hotkey to C-S-h --- modules/home-manager/kitty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/kitty.nix b/modules/home-manager/kitty.nix index 2ea556f..704e347 100644 --- a/modules/home-manager/kitty.nix +++ b/modules/home-manager/kitty.nix @@ -168,7 +168,7 @@ "ctrl+l" = "neighboring_window right"; "ctrl+k" = "neighboring_window up"; "ctrl+j" = "neighboring_window down"; - "ctrl+shift+n" = "nth_window -1"; + "ctrl+shift+h" = "nth_window -1"; "ctrl+shift+space>u" = "kitten hints --type=url --program @"; "ctrl+shift+z" = "toggle_layout stack";