mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
add kitty shortcuts
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: c2b90d76340429a0d6ffbaf070b28a30d2f6a2a2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user