dotfiles/kitty.conf

43 lines
845 B
Text
Raw Normal View History

# 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
map ctrl+page_up previous_tab
map ctrl+page_down next_tab