From 86b836789af44ce60812af05ecfdc1ade0a9ad41 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Tue, 12 Aug 2025 18:18:38 +0200 Subject: [PATCH] Update kitty config --- modules/desktop/terminal.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/desktop/terminal.nix b/modules/desktop/terminal.nix index 3c392da..314d110 100644 --- a/modules/desktop/terminal.nix +++ b/modules/desktop/terminal.nix @@ -24,9 +24,13 @@ in "ctrl+down" = "change_font_size all -2.0"; "shift+page_up" = "scroll_page_up"; "shift+page_down" = "scroll_page_down"; - "ctrl+shift+comma" = "scroll_to_prompt -1"; - "ctrl+shift+semicolon" = "scroll_to_prompt 1"; - "ctrl+shift+t" = "new_tab_with_cwd"; + "ctrl+shift+u" = "scroll_to_prompt -1"; + "ctrl+shift+d" = "scroll_to_prompt 1"; + "ctrl+shift+t" = "new_tab_with_cwd !neighbor"; + "ctrl+," = "previous_tab"; + "ctrl+;" = "next_tab"; + "ctrl+shift+," = "move_tab_backward"; + "ctrl+shift+;" = "move_tab_forward"; }; themeFile = "gruvbox-dark"; };