diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2020-12-17 20:18:09 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2020-12-17 20:18:09 +0000 |
commit | 49ba898e923b42b2d31fda9a953606a3ac82201c (patch) | |
tree | 0fa8757dc6b2995ddbe354d7f22d521a47a180e0 /doc | |
parent | e3f135a0adf60f26748afd338d103fedd1a55322 (diff) | |
download | imv-49ba898e923b42b2d31fda9a953606a3ac82201c.tar.gz |
Fix first/last image indexing bug
Fixes #301
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imv.5.txt | 2 |
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'. |