diff options
author | June McEnroe <june@causal.agency> | 2020-09-06 20:40:29 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-06 20:40:29 -0400 |
commit | f0fe44f35504788edc241e347252384517a33087 (patch) | |
tree | c64fb5fc70b25e557ab8390290f8cc6a5ef5c701 /catgirl.1 | |
parent | Add M-n, M-p to jump to highlights (diff) | |
download | catgirl-f0fe44f35504788edc241e347252384517a33087.tar.gz catgirl-f0fe44f35504788edc241e347252384517a33087.zip |
Add C-r, C-s for basic scrollback search
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/catgirl.1 b/catgirl.1 index 6e9f867..ad2b3a2 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -1,4 +1,4 @@ -.Dd September 3, 2020 +.Dd September 6, 2020 .Dt CATGIRL 1 .Os . @@ -459,6 +459,10 @@ Redraw the UI. Switch to next window. .It Ic C-p Switch to previous window. +.It Ic C-r +Scroll to previous line matching input. +.It Ic C-s +Scroll to next line matching input. .It Ic C-v Scroll down a page. .It Ic M-- |