aboutsummaryrefslogtreecommitdiff
path: root/doc/imv.1.txt
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-18 14:54:26 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-18 14:54:26 +0100
commit00ad6b1d8e946069963bc2ab09f4f01c8e81ab03 (patch)
treee3e0cef7a0c4ed26a1c7a4cb29630b0af3c92b48 /doc/imv.1.txt
parent901243b3f97368c05f7ed1c723d4ef5d18f634a1 (diff)
downloadimv-00ad6b1d8e946069963bc2ab09f4f01c8e81ab03.tar.gz
imv: Add bind command
Diffstat (limited to 'doc/imv.1.txt')
-rw-r--r--doc/imv.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/imv.1.txt b/doc/imv.1.txt
index eb00c62..0d6a2b3 100644
--- a/doc/imv.1.txt
+++ b/doc/imv.1.txt
@@ -138,6 +138,11 @@ Commands can be entered by pressing *:*. imv supports the following commands:
Set the background color. 'checks' for a chequerboard pattern, or specify
a 6-digit hexadecimal color code. Aliased to 'bg'.
+*bind* <keys> <commands>::
+ Binds an action to a set of key inputs. Uses the same syntax as the config
+ file, but without an equals sign between the keys and the commands. For
+ more information on syntax, see **imv**(5).
+
Configuration
-------------