all repos

dotfiles @ b0f7ec1

my dotfiles
1 files changed, 8 insertions(+), 1 deletions(-)
kitty: window management

- allow windows to open only in vertical mode
- add hotkeys for switching between window
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-05 18:12:06 +0300
Parent: 22f50fa
M config/kitty/kitty.conf

@@ -1,5 +1,6 @@

hide_window_decorations yes update_check_interval 0 +enabled_layouts horizontal include colo_tokyonight_night.conf ## some non terminal things

@@ -47,8 +48,14 @@ map alt+7 goto_tab 7

map alt+8 goto_tab 8 map alt+9 goto_tab 9 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+minus change_font_size all -1 map ctrl+backspace 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