kitty: window management

- allow windows to open only in vertical mode
- add hotkeys for switching between window
This commit is contained in:
Olexandr Smirnov 2025-08-04 00:04:21 +03:00
parent 22f50fa44e
commit b0f7ec11ee
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
hide_window_decorations yes hide_window_decorations yes
update_check_interval 0 update_check_interval 0
enabled_layouts horizontal
include colo_tokyonight_night.conf include colo_tokyonight_night.conf
## some non terminal things ## some non terminal things
@ -47,8 +48,14 @@ map alt+7 goto_tab 7
map alt+8 goto_tab 8 map alt+8 goto_tab 8
map alt+9 goto_tab 9 map alt+9 goto_tab 9
map alt+0 goto_tab 10 map alt+0 goto_tab 10
map ctrl+shift+t new_tab_with_cwd map kitty_mod+t new_tab_with_cwd
map ctrl+equal change_font_size all +1 map ctrl+equal change_font_size all +1
map ctrl+minus change_font_size all -1 map ctrl+minus change_font_size all -1
map ctrl+backspace change_font_size all 0 map ctrl+backspace change_font_size all 0
map ctrl+0 change_font_size all 0 map ctrl+0 change_font_size all 0
map ctrl+alt+k neighboring_window up
map ctlt+alt+j neighboring_window down
map ctrl+alt+h neighboring_window left
map ctrl+alt+l neighboring_window right