This commit is contained in:
2026-08-10 12:04:58 +05:30
parent b556ef9551
commit 3a99b9b9c8
8 changed files with 54 additions and 81 deletions
+16 -10
View File
@@ -1,9 +1,3 @@
# 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
@@ -12,6 +6,7 @@ tab_powerline_style angled
tab_bar_min_tabs 1
active_tab_font_style bold
inactive_tab_font_style normal
hide_window_decorations on
# Layout management
enabled_layouts splits, stack
@@ -27,12 +22,14 @@ map ctrl+shift+left move_window left
map ctrl+shift+right move_window right
map ctrl+shift+down move_window down
map ctrl+shift+x show_scrollback
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+right resize_window wider 10
map ctrl+left resize_window narrower 10
map ctrl+down resize_window shorter 10
map ctrl+up resize_window taller 10
map ctrl+shift+1 goto_tab 1
map ctrl+shift+2 goto_tab 2
@@ -50,3 +47,12 @@ map ctrl+shift+9 goto_tab 9
# Nord
include current-theme.conf
# END_KITTY_THEME
# BEGIN_KITTY_FONTS
font_family family='IntoneMono Nerd Font Mono'
bold_font auto
italic_font auto
bold_italic_font auto
font_size 12.0
# END_KITTY_FONTS
@@ -10,12 +10,9 @@ 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
hide_window_decorations on
# Layout management
enabled_layouts splits, stack
@@ -33,10 +30,10 @@ 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+right resize_window wider 10
map ctrl+left resize_window narrower 10
map ctrl+down resize_window shorter 10
map ctrl+up resize_window taller 10
map ctrl+shift+1 goto_tab 1
map ctrl+shift+2 goto_tab 2
@@ -48,3 +45,10 @@ 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