update kitty configs

This commit is contained in:
cool-mist
2025-08-31 19:25:30 +05:30
parent 5c43b86914
commit c0c947c548
3 changed files with 119 additions and 65 deletions
@@ -1,4 +1,50 @@
# 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
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_foreground #ff2
active_tab_background #000
active_tab_font_style bold
inactive_tab_foreground #444
inactive_tab_background #999
inactive_tab_font_style normal
# Layout management
enabled_layouts splits, stack
map ctrl+shift+z toggle_layout stack
map ctrl+shift+\ launch --location=vsplit --cwd=current
map ctrl+shift+p launch --location=hsplit --cwd=current
map ctrl+shift+h neighboring_window left
map ctrl+shift+l neighboring_window right
map ctrl+shift+j neighboring_window down
map ctrl+shift+k neighboring_window up
map ctrl+shift+up move_window up
map ctrl+shift+left move_window left
map ctrl+shift+right move_window right
map ctrl+shift+down move_window down
map ctrl+shift+w close_window
map ctrl+shift+= resize_window wider 10
map ctrl+shift+- resize_window narrower 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