sfeed_curses.1: shuffle [ and ] documentation - sfeed_curses - sfeed curses UI … | |
git clone git://git.codemadness.org/sfeed_curses | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit cdc9b56cff13200d3f6abe4401a308c38a99a70c | |
parent 03908db38236f1f8a565aa883dc3b0e714270f6d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 2 Oct 2021 11:37:53 +0200 | |
sfeed_curses.1: shuffle [ and ] documentation | |
This makes sure the 'n', 'N', '/' and '?' search keybinds are grouped together. | |
Diffstat: | |
M sfeed_curses.1 | 10 +++++----- | |
1 file changed, 5 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/sfeed_curses.1 b/sfeed_curses.1 | |
@@ -1,4 +1,4 @@ | |
-.Dd August 6, 2021 | |
+.Dd August 10, 2021 | |
.Dt SFEED_CURSES 1 | |
.Os | |
.Sh NAME | |
@@ -70,14 +70,14 @@ Scroll one page down. | |
Prompt for a new search and search forward (case-insensitive). | |
.It ? | |
Prompt for a new search and search backward (case-insensitive). | |
-.It \&[ | |
-Go to the previous feed in the feeds pane and open it. | |
-.It ] | |
-Go to the next feed in the feeds pane and open it. | |
.It n | |
Search forward with the previously set search term. | |
.It N | |
Search backward with the previously set search term. | |
+.It \&[ | |
+Go to the previous feed in the feeds pane and open it. | |
+.It ] | |
+Go to the next feed in the feeds pane and open it. | |
.It CTRL-L | |
Redraw screen. | |
.It R |