Add note about shift being available for horizontal scrolling to the readme

This commit is contained in:
Kevin MacMartin 2022-06-08 13:57:11 -04:00
parent ecb5aff7d8
commit 0fd7fee967

View file

@ -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 |