add kitty shortcuts

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: c2b90d76340429a0d6ffbaf070b28a30d2f6a2a2
This commit is contained in:
Hadi
2025-06-05 14:05:51 +02:00
parent 794650d294
commit 5eeba41413

View File

@@ -3,13 +3,10 @@
programs.kitty = {
enable = true;
keybindings = {
# Reset existing mappings
"ctrl+alt+tab" = "next_tab";
"ctrl+alt+shift+tab" = "previous_tab";
# Send Ctrl Tab and Ctrl + Shift + Tab for Tmux navigation
"ctrl+tab" = "send_text all \\x1b[27;5;9~";
"ctrl+shift+tab" = "send_text all \\x1b[27;6;9~";
"alt+tab" = "send_text all \\x1b[27;3;9~";
"ctrl+shift+j" = "neighboring_window down";
"ctrl+shift+h" = "neighboring_window left";
"ctrl+shift+l" = "neighboring_window right";
"ctrl+shift+k" = "neighboring_window up";
};
settings = {
scrollback_lines = 10000;