summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2022-10-20 21:54:42 +0200
committerTimo Wilken2022-10-20 21:54:42 +0200
commitcefd37bf04e8a60f004b59654616b1904fd5fd45 (patch)
tree395ef0d66cef13eb1858d8b1e533564f0e0efe45
parent34a36e6822bf64ed537729437ec3e0bf86861ae8 (diff)
Use shift for scrolling in Kitty
Ctrl+Shift is annoying.
-rw-r--r--.gitmodules3
m---------catppuccin/zathura0
-rw-r--r--kitty.conf10
3 files changed, 8 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index 273eab4c..f413265f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule "catppuccin/dunst"]
path = catppuccin/dunst
url = https://github.com/catppuccin/dunst
+[submodule "catppuccin/zathura"]
+ path = catppuccin/zathura
+ url = https://github.com/catppuccin/zathura
diff --git a/catppuccin/zathura b/catppuccin/zathura
new file mode 160000
+Subproject d85d8750acd0b0247aa10e0653998180391110a
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