feat(kitty): enable visual bell
This commit is contained in:
parent
1206289025
commit
ecb367719d
@ -12,3 +12,7 @@ confirm_os_window_close 0
|
||||
# Scrollback Settings
|
||||
scrollback_pager_history_size 100
|
||||
scrollback_pager nvim -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "
|
||||
|
||||
# Bell
|
||||
enable_audio_bell no
|
||||
visual_bell_duration 0.2
|
||||
|
@ -10,6 +10,7 @@ selection_background #2D4F67
|
||||
selection_foreground #C8C093
|
||||
url_color #72A7BC
|
||||
cursor #C8C093
|
||||
visual_bell_color #938056
|
||||
|
||||
# Tabs
|
||||
active_tab_background #E6C384
|
||||
|
Loading…
Reference in New Issue
Block a user