diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 151dd00..bbec711 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -197,7 +197,7 @@ include ./themes/Tomorrow_Night.conf #: that numbers smaller than repaint_delay will be limited to #: repaint_delay. -# cursor_stop_blinking_after 15.0 +cursor_stop_blinking_after 0 #: Stop blinking cursor after the specified number of seconds of #: keyboard inactivity. Set to zero to never stop blinking. @@ -206,7 +206,7 @@ include ./themes/Tomorrow_Night.conf #: Scrollback {{{ -# scrollback_lines 2000 +scrollback_lines 100000 #: Number of lines of history to keep in memory for scrolling back. #: 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 #: ask before opening the link. -# term xterm-kitty +term xterm-256color #: The value of the TERM environment variable to set. Changing this #: can break many terminal programs, only change it if you know what