From c0a7723905cd5877dd4d2663f99118245bdb77da Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Mon, 26 Nov 2018 21:32:27 +0000 Subject: Specify multiple binds on a single line --- doc/imv.5.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') 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* = :: Stay full screen even when imv loses focus. Defaults to 'false'. -*suppess_default_binds* = :: +*suppress_default_binds* = :: 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. -- cgit v1.2.3