dotfiles/.config/kitty/kitty.conf

100 lines
1.5 KiB
Text
Raw Normal View History

2023-09-26 17:12:28 +02:00
# https://sw.kovidgoyal.net/kitty/conf/
# Fonts
font_family 'JetBrainsMono Nerd Font'
bold_font auto
italic_font auto
bold_italic_font auto
font_size 11
# Cursor
cursor_shape beam
cursor_beam_thickness 1
# Mouse
mouse_hide_wait 0
url_color #eca37a
url_style single
show_hyperlink_target yes
strip_trailing_spaces always
# select_by_word_characters @-./_~?&=%+#
focus_follows_mouse no
pointer_shape_when_grabbed hand
default_pointer_shape arrow
pointer_shape_when_dragging beam
# Performance tuning
repaint_delay 10
input_delay 3
sync_to_monitor no
# Terminal bell
enable_audio_bell no
visual_bell_duration 0.0
window_alert_on_bell no
# Window layout
remember_window_size no
initial_window_width 960
initial_window_height 540
window_border_width 0
window_padding_width 0 6
# Tab bar
tab_bar_edge top
tab_bar_style powerline
tab_bar_align left
tab_bar_min_tabs 2
tab_switch_strategy previous
tab_powerline_style angled
tab_activity_symbol (!)
tab_title_template "{index}{activity_symbol}: {title.replace('proxzima@proxzima:', '')}"
tab_bar_background #59290d
active_tab_foreground #f0e6de
active_tab_background #9c4716
active_tab_font_style bold-italic
inactive_tab_foreground #f0e6de
inactive_tab_background #703310
inactive_tab_font_style normal
# Keyboard shortcuts
# Don't intercept the following key strokes to make zsh-shift-select work.
map ctrl+shift+left no_op
map ctrl+shift+right no_op
map ctrl+shift+home no_op
map ctrl+shift+end no_op