summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorbaskerville <nihilhill@gmail.com>2012-07-15 10:30:58 +0200
committerbaskerville <nihilhill@gmail.com>2012-07-15 10:30:58 +0200
commitc330b55de4035b058965d45989a14662b99a77a3 (patch)
treef1e270bd074a345fd794ffa6d212eaeebf9617b0 /sxiv.1
parent4451f4a5eb62beda28cdb5f32ca57dc654b66621 (diff)
downloadnsxiv-c330b55de4035b058965d45989a14662b99a77a3.tar.zst
handle count prefix in thumbnail movements
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.116
1 files changed, 12 insertions, 4 deletions
diff --git a/sxiv.1 b/sxiv.1
index 01143ba..c2c0c2c 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -126,16 +126,24 @@ Remove current image from file list and go to next image.
The following keyboard commands are only available in thumbnail mode:
.TP
.BR h ", " Left
-Move selection left.
+Move selection left
+.I count
+times.
.TP
.BR j ", " Down
-Move selection down.
+Move selection down
+.I count
+times.
.TP
.BR k ", " Up
-Move selection up.
+Move selection up
+.I count
+times.
.TP
.BR l ", " Right
-Move selection right.
+Move selection right
+.I count
+times.
.TP
.BR Ctrl-j ", " Ctrl-Down
Scroll thumbnail grid one window height down.