summaryrefslogtreecommitdiff
path: root/sfeed_curses.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-01-21 20:20:01 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-01-22 12:15:57 +0100
commitf726178a4c61037da62f7dfd0c20b23a3675d6ac (patch)
tree2353116f3bd6c15b2f2fb88ea3f3926e4534d03c /sfeed_curses.1
parent1d6b7c5d3f09ec2118400207b81b1332f1ee319a (diff)
add feature to go to the next bold row and previous bold row with J and K
This replaces the current J and K keybind, which was rarely useful. Thanks to IanJ for the suggestion and feedback!
Diffstat (limited to 'sfeed_curses.1')
-rw-r--r--sfeed_curses.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sfeed_curses.1 b/sfeed_curses.1
index 3d7fcab..9ce0bab 100644
--- a/sfeed_curses.1
+++ b/sfeed_curses.1
@@ -1,4 +1,4 @@
-.Dd January 19, 2022
+.Dd January 22, 2022
.Dt SFEED_CURSES 1
.Os
.Sh NAME
@@ -49,9 +49,9 @@ Go one row up.
.It j, ARROW DOWN
Go one row down.
.It K
-Go one row up and open the item.
+Go to the previous bold row.
.It J
-Go one row down and open the item.
+Go to the next bold row.
.It h, ARROW LEFT
Focus feeds pane.
.It l, ARROW RIGHT