2019-08-24 16:05:09 +00:00
|
|
|
include ../colorschemes/out/kitty.conf
|
2019-06-02 12:11:40 +00:00
|
|
|
|
2021-02-04 17:58:19 +00:00
|
|
|
# Mouse {{{
|
|
|
|
# Disable cursor blinking
|
2019-06-02 12:11:40 +00:00
|
|
|
cursor_blink_interval 0
|
|
|
|
cursor_stop_blinking_after 0
|
2021-02-04 17:58:19 +00:00
|
|
|
mouse_hide_wait 1
|
|
|
|
# }}}
|
2019-06-02 12:11:40 +00:00
|
|
|
|
2021-02-04 17:58:19 +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
|
|
|
|
2021-02-04 17:58:19 +00:00
|
|
|
# Windows {{{
|
|
|
|
# These are the only layouts I use:
|
2021-02-04 17:29:41 +00:00
|
|
|
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
|
2021-02-04 17:58:19 +00:00
|
|
|
# }}}
|
2019-06-02 12:11:40 +00:00
|
|
|
|
2021-02-04 17:58:19 +00:00
|
|
|
# Tabs {{{
|
2019-06-02 12:11:40 +00:00
|
|
|
tab_bar_edge top
|
2020-03-25 19:42:25 +00:00
|
|
|
tab_bar_style powerline
|
2021-02-04 17:58:19 +00:00
|
|
|
# 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 " │ "
|
2021-02-04 17:58:19 +00:00
|
|
|
# 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
|
2020-12-24 21:50:07 +00:00
|
|
|
inactive_tab_font_style none
|
2021-02-04 17:58:19 +00:00
|
|
|
# }}}
|
2020-03-25 19:42:25 +00:00
|
|
|
|
2021-02-04 17:58:19 +00:00
|
|
|
# Miscellaneous {{{
|
|
|
|
# Tip: on high-DPI screens the `double` style is more discernible
|
|
|
|
url_style single
|
|
|
|
# }}}
|
2019-06-02 12:11:40 +00:00
|
|
|
|
2021-02-04 17:58:19 +00:00
|
|
|
# macOS-specific settings {{{
|
2019-06-02 12:11:40 +00:00
|
|
|
macos_option_as_alt yes
|
|
|
|
macos_custom_beam_cursor yes
|
2020-01-11 11:50:25 +00:00
|
|
|
macos_show_window_title_in window
|
2021-02-04 17:58:19 +00:00
|
|
|
# open_url_modifiers cmd
|
|
|
|
# }}}
|
2020-01-11 11:50:25 +00:00
|
|
|
|
2021-02-04 17:58:19 +00:00
|
|
|
# Keybindings {{{
|
2019-06-02 19:47:01 +00:00
|
|
|
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
|
|
|
# }}}
|