aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2018-11-26 21:32:27 +0000
committerHarry Jeffery <harry@exec64.co.uk>2018-11-26 21:32:27 +0000
commitc0a7723905cd5877dd4d2663f99118245bdb77da (patch)
tree4f493c0a3dcb4e6b7e7e7b7765746578d7619d33 /doc
parent2fa568c628f5a66c5ca2cb8ef79528a1b4287080 (diff)
downloadimv-c0a7723905cd5877dd4d2663f99118245bdb77da.tar.gz
Specify multiple binds on a single line
Diffstat (limited to 'doc')
-rw-r--r--doc/imv.5.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/imv.5.txt b/doc/imv.5.txt
index 8c376a6..36be08d 100644
--- a/doc/imv.5.txt
+++ b/doc/imv.5.txt
@@ -71,7 +71,7 @@ The *[options]* section accepts the following settings:
*stay_fullscreen_on_focus_loss* = <true|false>::
Stay full screen even when imv loses focus. Defaults to 'false'.
-*suppess_default_binds* = <true|false>::
+*suppress_default_binds* = <true|false>::
Disable imv's built-in binds so they don't conflict with custom ones.
Defaults to 'false'.
@@ -96,8 +96,10 @@ 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. If there is more then one command
-defined for a given key combination, they are executed one after another.
+consist of multiple keys in succession. Multiple commands for a single key
+combination can be defined by separating each command with a ';'. Single and
+double quotes are honoured, as is escaping with a backslash, to allow the
+proper quoting of shell commands.
Single keys such as 'q' are just that: 'q = quit' will bind the 'q' key to the
'quit' command.