dotfiles/kitty/kitty.conf

59 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-08-24 16:05:09 +00:00
include ../colorschemes/out/kitty.conf
2019-06-02 12:11:40 +00:00
# Mouse {{{
# Disable cursor blinking
2019-06-02 12:11:40 +00:00
cursor_blink_interval 0
cursor_stop_blinking_after 0
mouse_hide_wait 1
# }}}
2019-06-02 12:11:40 +00:00
# OS Windows {{{
# Always ask for confirmation before closing OS windows
confirm_os_window_close 1
# }}}
2019-06-02 12:11:40 +00:00
# Windows {{{
# These are the only layouts I use:
enabled_layouts horizontal, vertical
2019-06-21 13:47:15 +00:00
window_margin_width 1.0
2019-06-02 12:11:40 +00:00
window_padding_width 2.0
inactive_text_alpha 0.5
# }}}
2019-06-02 12:11:40 +00:00
# Tabs {{{
2019-06-02 12:11:40 +00:00
tab_bar_edge top
tab_bar_style powerline
# This option doesn't really do anything when the tab bar style is `powerline`,
# but this Unicode character is a nice find, so let's keep it just in case.
2019-06-02 12:11:40 +00:00
tab_separator " │ "
# Always show the tab bar
2019-06-09 16:04:17 +00:00
tab_bar_min_tabs 1
2019-06-02 12:11:40 +00:00
active_tab_font_style bold
inactive_tab_font_style none
# }}}
# Miscellaneous {{{
# Tip: on high-DPI screens the `double` style is more discernible
url_style single
# }}}
2019-06-02 12:11:40 +00:00
# macOS-specific settings {{{
2019-06-02 12:11:40 +00:00
macos_option_as_alt yes
macos_custom_beam_cursor yes
macos_show_window_title_in window
# open_url_modifiers cmd
# }}}
# Keybindings {{{
map kitty_mod+1 goto_tab 1
map kitty_mod+2 goto_tab 2
map kitty_mod+3 goto_tab 3
map kitty_mod+4 goto_tab 4
map kitty_mod+5 goto_tab 5
map kitty_mod+6 goto_tab 6
map kitty_mod+7 goto_tab 7
map kitty_mod+8 goto_tab 8
map kitty_mod+9 goto_tab 9
map kitty_mod+0 goto_tab 10
2019-06-02 12:11:40 +00:00
# }}}