aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2020-12-17 20:18:09 +0000
committerHarry Jeffery <harry@exec64.co.uk>2020-12-17 20:18:09 +0000
commit49ba898e923b42b2d31fda9a953606a3ac82201c (patch)
tree0fa8757dc6b2995ddbe354d7f22d521a47a180e0 /doc
parente3f135a0adf60f26748afd338d103fedd1a55322 (diff)
downloadimv-49ba898e923b42b2d31fda9a953606a3ac82201c.tar.gz
Fix first/last image indexing bug
Fixes #301
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/imv.5.txt b/doc/imv.5.txt
index 68d2ec8..9c7eb8f 100644
--- a/doc/imv.5.txt
+++ b/doc/imv.5.txt
@@ -134,7 +134,7 @@ or a modifier is used it must be wrapped in '<' and '>', for example:
'<Ctrl+q>'.
Multiple keys in succession can be specified by listing them in order:
-'gg = goto 0' will bind two presses of the 'g' key to jump to the first
+'gg = goto 1' will bind two presses of the 'g' key to jump to the first
image, and '<Ctrl+a>p = exec echo hi' will bind the key sequence of 'Ctrl+a'
followed by 'p' to executing the shell command 'echo hi'.