diff options
author | June McEnroe <june@causal.agency> | 2020-02-12 01:00:39 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-12 01:00:39 -0500 |
commit | aab9f76fa0330ff68a4279db4a6de2fec5973d30 (patch) | |
tree | 1b8aaa5a9510e4e305924d7c44f89397e5669c64 /catgirl.1 | |
parent | Allow for arguments to open/copy utilities (diff) | |
download | catgirl-aab9f76fa0330ff68a4279db4a6de2fec5973d30.tar.gz catgirl-aab9f76fa0330ff68a4279db4a6de2fec5973d30.zip |
Add C-v and M-v
I figure there should be some way to scroll without keypad, and apparently this is what emacs offers...
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1 index 7b0b308..ad62f83 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -291,6 +291,8 @@ Switch to next window. Switch to previously selected window. .It Ic C-p Switch to previous window. +.It Ic C-v +Scroll down a page. .It Ic M-/ Switch to previously selected window. .It Ic M-a @@ -308,6 +310,8 @@ Insert a blank line in the window. Switch to window by number 0\(en9. .It Ic M-u Scroll to first unread line. +.It Ic M-v +Scroll up a page. .El . .Ss IRC Formatting |