diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-06-30 12:44:17 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-06-30 12:44:17 +0200 |
commit | 32580239d582195fd4ea6b53a1e5831621d0ea9e (patch) | |
tree | 8b2606d1b5b7e5c2c03acb85fdd8d8e50b458f6b /kitty | |
parent | 85ff140c661a6b77543cd2b3ff2e5f08927691c1 (diff) |
kitty scroll and new tab
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 |