Surface
This commit is contained in:
parent
23f78fa40f
commit
4de87afd25
|
@ -26,6 +26,7 @@ enabled_layouts splits:split_axis=vertical
|
|||
map ctrl+shift+1 change_font_size all 12.5
|
||||
map ctrl+shift+2 change_font_size all 18.5
|
||||
map ctrl+shift+3 change_font_size all 26
|
||||
map ctrl+shift+o launch --stdin-source=@screen_scrollback hx
|
||||
|
||||
map ctrl+shift+equal change_font_size all +0.5
|
||||
map ctrl+shift+minus change_font_size all -0.5
|
||||
|
@ -46,7 +47,7 @@ map ctrl+h neighboring_window left
|
|||
map ctrl+l neighboring_window right
|
||||
map ctrl+k neighboring_window up
|
||||
map ctrl+j neighboring_window down
|
||||
map ctrl+shift+p nth_window -1
|
||||
map ctrl+shift+n nth_window -1
|
||||
map ctrl+shift+space>u kitten hints --type=url --program @
|
||||
|
||||
shell_integration disabled
|
||||
|
@ -88,7 +89,7 @@ url_color #F5E0DC
|
|||
|
||||
# Kitty window border colors
|
||||
active_border_color #74c7ec
|
||||
inactive_border_color #181825
|
||||
inactive_border_color #313244
|
||||
bell_border_color #F9E2AF
|
||||
|
||||
# OS Window titlebar colors
|
||||
|
|
Reference in a new issue