dotfiles/_desktop/kitty/kitty.conf

136 lines
2.5 KiB
Plaintext

# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Fonts {{{
font_family JetBrainsMono Nerd Font Mono Medium
bold_font JetBrainsMono Nerd Font Mono Bold
italic_font JetBrainsMono Nerd Font Mono Medium Italic
bold_italic_font JetBrainsMono Nerd Font Mono Bold Italic
font_size 14.0
adjust_line_height -5
adjust_column_width -1
#: }}}
#: Cursor customization {{{
cursor #c7c7c7
cursor_text_color #161616
cursor_shape beam
cursor_blink_interval 0
#: }}}
#: Mouse {{{
mouse_hide_wait -1
# url_color #0087bd
url_style single
strip_trailing_spaces always
focus_follows_mouse yes
#: }}}
#: Terminal bell {{{
enable_audio_bell no
visual_bell_duration 0.0
window_alert_on_bell yes
#: }}}
#: Window layout {{{
remember_window_size no
initial_window_width 180c
initial_window_height 50c
window_padding_width 0 5
hide_window_decorations no
#: }}}
#: Tab bar {{{
tab_bar_edge top
tab_bar_style fade
active_tab_background #50b6d8
active_tab_font_style normal
inactive_tab_background #c7c7c7
inactive_tab_font_style italic
#: }}}
#: Color scheme {{{
foreground #c7c7c7
background #161616
# background_opacity 1.0
selection_foreground #000000
selection_background #c1ddff
color0 #161616
color1 #fd4285
color2 #a6e22d
color3 #e5da72
color4 #0094d8
color5 #9a37ff
color6 #50b6d8
color7 #c7c7c7
color8 #676767
color9 #fa7fac
color10 #bde271
color11 #fff27f
color12 #00bdff
color13 #bd9eff
color14 #5ed6fe
color15 #feffff
#: }}}
#: Advanced {{{
term xterm-256color
#: }}}
#: Keyboard shortcuts {{{
kitty_mod cmd
clear_all_shortcuts yes
#: Clipboard {{{
map kitty_mod+c copy_to_clipboard
map kitty_mod+v paste_from_clipboard
#: }}}
#: Window management {{{
map kitty_mod+enter new_window
map kitty_mod+n new_os_window
map kitty_mod+] next_window
map kitty_mod+[ previous_window
map kitty_mod+shift+r start_resizing_window
#: }}}
#: Tab management {{{
map kitty_mod+shift+] next_tab
map kitty_mod+shift+[ previous_tab
map kitty_mod+t new_tab
map kitty_mod+w close_tab
#: }}}
#: Font sizes {{{
map kitty_mod+equal change_font_size all +2.0
map kitty_mod+minus change_font_size all -2.0
map kitty_mod+0 change_font_size all 0
#: }}}
#: Select and act on visible text {{{
map kitty_mod+o kitten hints --customize-processing weechat-hints.py
map kitty_mod+p>l kitten hints --type line --program -
map kitty_mod+p>w kitten hints --type word --program -
#: }}}
#: Miscellaneous {{{
map kitty_mod+u kitten unicode_input
#: }}}
# }}}