summaryrefslogtreecommitdiff
path: root/kitty.conf
diff options
context:
space:
mode:
authorTimo Wilken2022-10-20 21:54:42 +0200
committerTimo Wilken2022-10-20 21:54:42 +0200
commitcefd37bf04e8a60f004b59654616b1904fd5fd45 (patch)
tree395ef0d66cef13eb1858d8b1e533564f0e0efe45 /kitty.conf
parent34a36e6822bf64ed537729437ec3e0bf86861ae8 (diff)
Use shift for scrolling in Kitty
Ctrl+Shift is annoying.
Diffstat (limited to 'kitty.conf')
-rw-r--r--kitty.conf10
1 files changed, 5 insertions, 5 deletions
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