From 49e626b2f3b4b1eb984b53e94b57eb2ece69adeb Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 3 Sep 2020 16:37:31 -0400 Subject: Add M-n, M-p to jump to highlights --- catgirl.1 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'catgirl.1') 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 -- cgit 1.4.0 rc/refs/?id=0566f40843136ae245e3eec886efb30df91275a1'>refs log tree commit diff
path: root/bin/man1 (unfollow)
Commit message (Expand)Author
2020-12-30Add postfix $ operator to bitJune McEnroe
2020-12-29Add make lexerJune McEnroe
2020-12-29Clean up C lexerJune McEnroe
2020-12-29Clean up hilex code somewhatJune McEnroe
2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe
2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe
2020-12-29Match C type declarations as IdentifierTagJune McEnroe
2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
2020-12-29Add hilex HTML outputJune McEnroe