catpoint.1: fix navigation key typo, thanks jrmu - catpoint - Catpoint simple p… | |
git clone git://bitreich.org/catpoint/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit fff6e681e69d648d231c8ff98df5f0ffa2629120 | |
parent 6d6d67da873fbda4b6efeaae1a0e0ccc5116915f | |
Author: Anders Damsgaard <[email protected]> | |
Date: Mon, 25 Jul 2022 07:43:15 -0200 | |
catpoint.1: fix navigation key typo, thanks jrmu | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M catpoint.1 | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/catpoint.1 b/catpoint.1 | |
@@ -19,7 +19,7 @@ The slides can be navigated with keybinds. | |
Quit | |
.It l, j, SPACE, ARROW RIGHT, ARROW DOWN, PAGE DOWN | |
Go to next slide. | |
-.It h, j, ARROW LEFT, ARROW UP, PAGE UP | |
+.It h, k, ARROW LEFT, ARROW UP, PAGE UP | |
Go to previous slide. | |
.It ., u, BEGIN KEY, HOME KEY | |
Go to the first slide. |