From 49ba898e923b42b2d31fda9a953606a3ac82201c Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Thu, 17 Dec 2020 20:18:09 +0000 Subject: Fix first/last image indexing bug Fixes #301 --- doc/imv.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: ''. 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 'p = exec echo hi' will bind the key sequence of 'Ctrl+a' followed by 'p' to executing the shell command 'echo hi'. -- cgit v1.2.3