1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Tweak kitty config

This commit is contained in:
Daniel Barber 2023-04-07 09:40:46 -05:00
parent 37a6e4cb6d
commit ccb981bdda

View File

@ -197,7 +197,7 @@ include ./themes/Tomorrow_Night.conf
#: that numbers smaller than repaint_delay will be limited to #: that numbers smaller than repaint_delay will be limited to
#: repaint_delay. #: repaint_delay.
# cursor_stop_blinking_after 15.0 cursor_stop_blinking_after 0
#: Stop blinking cursor after the specified number of seconds of #: Stop blinking cursor after the specified number of seconds of
#: keyboard inactivity. Set to zero to never stop blinking. #: keyboard inactivity. Set to zero to never stop blinking.
@ -206,7 +206,7 @@ include ./themes/Tomorrow_Night.conf
#: Scrollback {{{ #: Scrollback {{{
# scrollback_lines 2000 scrollback_lines 100000
#: Number of lines of history to keep in memory for scrolling back. #: Number of lines of history to keep in memory for scrolling back.
#: Memory is allocated on demand. Negative numbers are (effectively) #: Memory is allocated on demand. Negative numbers are (effectively)
@ -1015,7 +1015,7 @@ tab_bar_style fade
#: with the mouse. The special value of ``ask`` means that kitty will #: with the mouse. The special value of ``ask`` means that kitty will
#: ask before opening the link. #: ask before opening the link.
# term xterm-kitty term xterm-256color
#: The value of the TERM environment variable to set. Changing this #: The value of the TERM environment variable to set. Changing this
#: can break many terminal programs, only change it if you know what #: can break many terminal programs, only change it if you know what