mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
kitty: window management
- allow windows to open only in vertical mode - add hotkeys for switching between window
This commit is contained in:
parent
22f50fa44e
commit
b0f7ec11ee
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue