dotfiles/kitty.conf
Andrew Mulbrook a19149d2de Add font resources and terminal config
Configure the term to utilize a nicer looking / easier to
read font.
2021-02-12 16:17:32 -06:00

38 lines
785 B
Text

# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Fonts {{{
font_family Source Code Pro Medium
bold_font Source Code Pro Bold
italic_font Source Code Pro Medium Italic
bold_italic_font Source Code Pro Bold Italic
font_size 14.0
disable_ligatures cursor
#:}}}
#: Tab Bar {{{
tab_bar_edge top
tab_bar_style separator
tab_bar_min_tabs 0
tab_separator "┃"
#: }}}
visual_bell_duration 0.1
map ctrl+shift+1 new_tab efx_session 0
map ctrl+shift+2 new_tab efx_session 1
map ctrl+shift+3 new_tab efx_session 2
map ctrl+shift+4 new_tab efx_session 3
map ctrl+shift+5 new_tab efx_session 4
map ctrl+shift+6 new_tab efx_session 5
map ctrl+shift+7 new_tab efx_session 6
map ctrl+shift+8 new_tab efx_session 7
map ctrl+shift+9 new_tab efx_session 8