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. --- .gitmodules | 3 +++ catppuccin/zathura | 1 + kitty.conf | 10 +++++----- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 160000 catppuccin/zathura 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 index 00000000..d85d8750 --- /dev/null +++ b/catppuccin/zathura @@ -0,0 +1 @@ +Subproject commit d85d8750acd0b0247aa10e0653998180391110a4 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