diff options
author | June McEnroe <june@causal.agency> | 2020-09-03 16:37:31 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-03 16:37:31 -0400 |
commit | 49e626b2f3b4b1eb984b53e94b57eb2ece69adeb (patch) | |
tree | b0148a8bb58c3b8b7eb768725e861fbaa9ca2436 /catgirl.1 | |
parent | Fix M-u behaviour difference before and after reflow (diff) | |
download | catgirl-49e626b2f3b4b1eb984b53e94b57eb2ece69adeb.tar.gz catgirl-49e626b2f3b4b1eb984b53e94b57eb2ece69adeb.zip |
Add M-n, M-p to jump to highlights
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/catgirl.1 b/catgirl.1 index 6ae5d51..6e9f867 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd August 20, 2020 +.Dd September 3, 2020 .Dt CATGIRL 1 .Os . @@ -473,6 +473,8 @@ Switch to previously selected window. Scroll to top. .It Ic M-> Scroll to bottom. +.It Ic M- Ns Ar n +Switch to window by number 0\(en9. .It Ic M-a Cycle through unread windows. .It Ic M-l @@ -484,8 +486,10 @@ to return to .Nm . .It Ic M-m Insert a blank line in the window. -.It Ic M- Ns Ar n -Switch to window by number 0\(en9. +.It Ic M-n +Scroll to next highlight. +.It Ic M-p +Scroll to previous highlight. .It Ic M-u Scroll to first unread line. .It Ic M-v |