aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-13 07:03:11 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-13 07:03:11 -0600
commit89e95533d8e973b92a6217c9824ff595f6b37278 (patch)
tree8d19e5604a7625974475e96e08a6487d5fdb1d32 /README
parent9bbff45ac31eee6458d2c20fc7a15d18c58aca19 (diff)
parentba7117ab362062f7cb0abdf6d0ee212f42d580ae (diff)
Merge remote-tracking branch 'mathstuf/dev/better-word-delete' into experimental
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index cfc9a87..57c7397 100644
--- a/README
+++ b/README
@@ -773,6 +773,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>`.