aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-28 22:58:45 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-28 22:58:45 +0300
commite70206ca43c1eb120681c7cfc67737ab36f4a867 (patch)
treeb746a8e30158815bf3d989e4b0ddefbe57b80ae5 /README
parenteeff23bea0328226f4644edaa925ea8ddee1be67 (diff)
Document 'chain'
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
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 `<string>`. 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 <action> <action> ..`
+ - use for chaining multiple actions
+ - remember to quote the actions; one action must come as one parameter
### VARIABLE REPLACEMENT