update kitty configs
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Macchiato
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="JetBrainsMono Nerd Font Mono"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
# END_KITTY_FONTS
|
||||
|
||||
enable_audio_bell no
|
||||
inactive_text_alpha 0.5
|
||||
tab_bar_edge bottom
|
||||
tab_bar_style slant
|
||||
tab_powerline_style angled
|
||||
tab_bar_min_tabs 1
|
||||
active_tab_font_style bold
|
||||
inactive_tab_font_style normal
|
||||
|
||||
# Layout management
|
||||
enabled_layouts splits, stack
|
||||
@@ -33,6 +31,22 @@ map ctrl+shift+w close_window
|
||||
|
||||
map ctrl+shift+= resize_window wider 10
|
||||
map ctrl+shift+- resize_window narrower 10
|
||||
map ctrl+shift+up resize_window taller 10
|
||||
map ctrl+shift+down resize_window shorter 10
|
||||
map ctrl+= slant taller 10
|
||||
map ctrl+- resize_window shorter 10
|
||||
|
||||
map ctrl+shift+1 goto_tab 1
|
||||
map ctrl+shift+2 goto_tab 2
|
||||
map ctrl+shift+3 goto_tab 3
|
||||
map ctrl+shift+4 goto_tab 4
|
||||
map ctrl+shift+5 goto_tab 5
|
||||
map ctrl+shift+6 goto_tab 6
|
||||
map ctrl+shift+7 goto_tab 7
|
||||
map ctrl+shift+8 goto_tab 8
|
||||
map ctrl+shift+9 goto_tab 9
|
||||
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Nord
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
Reference in New Issue
Block a user