From 0fd7fee967535aea795ad64f9b549c07b8e61ee2 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 8 Jun 2022 13:57:11 -0400 Subject: [PATCH] Add note about shift being available for horizontal scrolling to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c889cb5..1393574 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ As usual, to have your system use `vimpager` in place of `less`, you'll need to | Ctrl+ScrollDown | ALL | Scroll left a few characters at a time | | Alt+ScrollUp | ALL | Scroll right one character at a time | | Alt+ScrollDown | ALL | Scroll left one character at a time | +| Shift+ScrollUp | ALL | Scroll right one character at a time | +| Shift+ScrollDown | ALL | Scroll left one character at a time | | | | | | MiddleClick | ALL | Select between the cursor and the mouse | | Ctrl+LeftClick | ALL | Select between the cursor and the mouse |