all repos

dotfiles @ b0f7ec1

i use rach linux btw
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
                1
                 hide_window_decorations yes

              
                2
                2
                 update_check_interval 0

              
                
                3
                +enabled_layouts horizontal

              
                3
                4
                 include colo_tokyonight_night.conf

              
                4
                5
                 

              
                5
                6
                 ## some non terminal things

              ···
                47
                48
                 map alt+8 goto_tab 8

              
                48
                49
                 map alt+9 goto_tab 9

              
                49
                50
                 map alt+0 goto_tab 10

              
                50
                
                -map ctrl+shift+t new_tab_with_cwd

              
                
                51
                +map kitty_mod+t new_tab_with_cwd

              
                
                52
                +

              
                51
                53
                 map ctrl+equal change_font_size all +1

              
                52
                54
                 map ctrl+minus change_font_size all -1

              
                53
                55
                 map ctrl+backspace change_font_size all 0

              
                54
                56
                 map ctrl+0 change_font_size all 0

              
                
                57
                +

              
                
                58
                +map ctrl+alt+k neighboring_window up

              
                
                59
                +map ctlt+alt+j neighboring_window down

              
                
                60
                +map ctrl+alt+h neighboring_window left

              
                
                61
                +map ctrl+alt+l neighboring_window right