dotfiles/general/.config/kitty/kitty.conf

26 lines
600 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
font_family Fira Code Retina
font_size 12.0
bold_font auto
italic_font auto
bold_italic_font auto
# symbol_map <range> <font>
# symbol_map U+E0A0-U+E0A3,U+E0C0-U+E0C7 PowerlineSymbols
symbol_map U+2654-U+265F DejaVu Sans
symbol_map U+4E00U+9FBF,U+3040U+309F,U+30A0U+30FF Droid Sans Japanese
window_padding_width 10
map ctrl+plus change_font_size all +2.0
map ctrl+minus change_font_size all -2.0
map ctrl+shift+backspace change_font_size all 0
enable_audio_bell no
editor nvim
shell zsh
include ./colors.conf