diff options
Diffstat (limited to 'kitty')
-rw-r--r-- | kitty/kitty.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf index fb5b78f..4b8a0c1 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -171,7 +171,7 @@ cursor_stop_blinking_after 15.0 #: Scrollback {{{ -scrollback_lines 5000 +scrollback_lines -1 #: Number of lines of history to keep in memory for scrolling back. #: Memory is allocated on demand. Negative numbers are (effectively) @@ -1195,3 +1195,4 @@ map ctrl+shift+minus change_font_size all -2.0 # extras map ctrl+shift+t launch --cwd=current --type=tab +map ctrl+alt+shift+t launch --type=tab |