Update the config
This commit is contained in:
23
kitty.conf
23
kitty.conf
@@ -10,12 +10,13 @@
|
||||
# font_family Input Mono
|
||||
# font_family CaskaydiaCove Nerd Font
|
||||
# font_family Monocraft Nerd Font NL
|
||||
# font_family Fira Code Retina
|
||||
font_family Fira Code Retina
|
||||
# font_family Monocraft
|
||||
font_family Monocraft Nerd Font
|
||||
italic_font auto
|
||||
#font_family JetBrains Mono
|
||||
#italic_font Operator-caska
|
||||
italic_font Cascadia Mono
|
||||
bold_font auto
|
||||
bold_italic_font auto
|
||||
bold_italic_font Cascadia Mono
|
||||
|
||||
# Font size (in pts)
|
||||
font_size 10.0
|
||||
@@ -34,6 +35,8 @@ paste_actions filter
|
||||
|
||||
# The background for selections
|
||||
# selection_background #d75f5f
|
||||
# background_blur 30
|
||||
background_opacity 0.8
|
||||
|
||||
# The cursor color
|
||||
# cursor #8fee96
|
||||
@@ -227,6 +230,16 @@ map ctrl+shift+up increase_font_size
|
||||
map ctrl+shift+down decrease_font_size
|
||||
map ctrl+shift+backspace restore_font_size
|
||||
|
||||
# Plugin
|
||||
map ctrl+h neighboring_window left
|
||||
map ctrl+j neighboring_window down
|
||||
map ctrl+k neighboring_window up
|
||||
map ctrl+l neighboring_window right
|
||||
map --when-focus-on var:IS_VIM=true ctrl+h
|
||||
map --when-focus-on var:IS_VIM=true ctrl+j
|
||||
map --when-focus-on var:IS_VIM=true ctrl+k
|
||||
map --when-focus-on var:IS_VIM=true ctrl+l
|
||||
|
||||
# Symbol mapping (special font for specified unicode code points). Map the
|
||||
# specified unicode codepoints to a particular font. Useful if you need special
|
||||
# rendering for some symbols, such as for Powerline. Avoids the need for
|
||||
@@ -250,6 +263,7 @@ macos_option_as_alt no
|
||||
# macos_titlebar_color background
|
||||
|
||||
allow_remote_control yes
|
||||
listen_on unix:@mykitty
|
||||
|
||||
shell fish
|
||||
|
||||
@@ -258,3 +272,4 @@ shell fish
|
||||
# Catppuccin Kitty Mocha
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
# include themes/Sweet.conf
|
||||
|
||||
Reference in New Issue
Block a user