From cefd37bf04e8a60f004b59654616b1904fd5fd45 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 20 Oct 2022 21:54:42 +0200 Subject: Use shift for scrolling in Kitty Ctrl+Shift is annoying. --- kitty.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kitty.conf') diff --git a/kitty.conf b/kitty.conf index f000c2ad..31f6059b 100644 --- a/kitty.conf +++ b/kitty.conf @@ -256,7 +256,7 @@ scrollback_fill_enlarged_window yes #: The color and style for highlighting URLs on mouse-over. url_style #: can be one of: none, single, double, curly -# open_url_modifiers kitty_mod +open_url_modifiers shift # was: kitty_mod #: The modifier keys to press when clicking with the mouse on URLs to #: open the URL @@ -1089,10 +1089,10 @@ term xterm-256color # map kitty_mod+k scroll_line_up # map kitty_mod+down scroll_line_down # map kitty_mod+j scroll_line_down -# map kitty_mod+page_up scroll_page_up -# map kitty_mod+page_down scroll_page_down -# map kitty_mod+home scroll_home -# map kitty_mod+end scroll_end +map shift+page_up scroll_page_up +map shift+page_down scroll_page_down +map shift+home scroll_home +map shift+end scroll_end # map kitty_mod+h show_scrollback #: You can pipe the contents of the current screen + history buffer as -- cgit v1.2.3