From e70206ca43c1eb120681c7cfc67737ab36f4a867 Mon Sep 17 00:00:00 2001 From: DuClare Date: Thu, 28 May 2009 22:58:45 +0300 Subject: [PATCH] Document 'chain' --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 250d928..68a3b33 100644 --- a/README +++ b/README @@ -174,6 +174,9 @@ actions follows: - keycmd sets the interactive command buffer to ``. If the given string is a valid binding, it will execute. `Keycmd_nl` is like `keycmd`, but it also emulates a press of return, causing bindings with a parameter to execute. For example, `keycmd_nl o google.com` would load the said url if you have a binding like `bind o _ = uri %s`. * `keycmd_bs` - erase (backspace) one character from the command buffer +* `chain ..` + - use for chaining multiple actions + - remember to quote the actions; one action must come as one parameter ### VARIABLE REPLACEMENT -- 1.7.9.5