From 32580239d582195fd4ea6b53a1e5831621d0ea9e Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 30 Jun 2020 12:44:17 +0200 Subject: kitty scroll and new tab --- kitty/kitty.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kitty') 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 -- cgit v1.2.3