aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2011-03-26 14:36:25 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2011-03-26 14:36:25 -0400
commitba7117ab362062f7cb0abdf6d0ee212f42d580ae (patch)
treeb363a64b1e1822eb4e13cbd341a9f198094961f9 /README
parent7c0d66962b044bf0001005e911aefe78bb10c95f (diff)
Update README for KEYCMD_STRIP_WORD event
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 3ac9a28..5ef791a 100644
--- a/README
+++ b/README
@@ -762,6 +762,8 @@ Events/requests which the EM and its plugins listens for
keycmd.
* `KEYCMD_STRIP_WORD`: Removes the last word from the keycmd, similar to
readline `^W`.
+ - `request KEYCMD_STRIP_WORD <seps>`: The `<seps>` argument is a list of
+ characters that are considered to separate words.
* `KEYCMD_EXEC_CURRENT`: (tries to) execute whatever is in the keycmd.
* `SET_KEYCMD`: Allow setting of the keycmd externally.
- `request SET_KEYCMD <string>`: Set the keycmd to `<string>`.