change kitty keybinds so they don't interfere with neovim

This commit is contained in:
cswimr 2025-02-06 23:23:12 -06:00
parent 814f9a1bea
commit 2bb4d85963
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -19,7 +19,7 @@
inactive_tab_font_style = "normal";
tab_title_template = "{title}{' ({})'.format(num_windows) if num_windows > 1 else ''}";
enabled_layouts = "grid, tall, stack";
enabled_layouts = "fat, grid, tall, stack";
# mappings
"map ctrl+p" = "nth_window -1";
@ -27,10 +27,10 @@
"map ctrl+down" = "neighboring_window down";
"map ctrl+left" = "neighboring_window left";
"map ctrl+right" = "neighboring_window right";
"map shift+up" = "move_window up";
"map shift+down" = "move_window down";
"map shift+left" = "move_window left";
"map shift+right" = "move_window right";
"map ctrl+shift+up" = "move_window up";
"map ctrl+shift+down" = "move_window down";
"map ctrl+shift+left" = "move_window left";
"map ctrl+shift+right" = "move_window right";
# socket
listen_on = "unix:/tmp/kitty";