change kitty
keybinds so they don't interfere with neovim
This commit is contained in:
parent
814f9a1bea
commit
2bb4d85963
1 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue