aboutsummaryrefslogtreecommitdiff
path: root/doc/imv.5.txt
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2018-10-18 23:16:04 +0100
committerGitHub <noreply@github.com>2018-10-18 23:16:04 +0100
commit7e1c122027902f05934c1b700e3697d2451536dc (patch)
tree4c1e2390842c370aea555231d7914df5cc7b2d97 /doc/imv.5.txt
parent7221ef8319ad88c9ab81e7734e89b8debfe861b4 (diff)
parent51837d93572fe229275d239c7a8d4113ef81ea38 (diff)
downloadimv-7e1c122027902f05934c1b700e3697d2451536dc.tar.gz
Merge pull request #134 from Jeinzi/dev-jeinzi
Multiple commands per bind
Diffstat (limited to 'doc/imv.5.txt')
-rw-r--r--doc/imv.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/imv.5.txt b/doc/imv.5.txt
index cb12eb3..8c376a6 100644
--- a/doc/imv.5.txt
+++ b/doc/imv.5.txt
@@ -96,7 +96,8 @@ Binds
The *[binds]* section allows custom key bindings to be added to imv.
Binds are in the format 'key combination = command'. A key combination can
-consist of multiple keys in succession.
+consist of multiple keys in succession. If there is more then one command
+defined for a given key combination, they are executed one after another.
Single keys such as 'q' are just that: 'q = quit' will bind the 'q' key to the
'quit' command.