diff options
author | Thomas Roessler <roessler@does-not-exist.org> | 2000-05-17 08:39:38 +0000 |
---|---|---|
committer | Thomas Roessler <roessler@does-not-exist.org> | 2000-05-17 08:39:38 +0000 |
commit | a8b89f675fa7087e010281940cd6e5c49833ec52 (patch) | |
tree | b59a0b6c3fef95e64ebb564d97d9c1b944beda6d /OPS | |
parent | f49edf7e247ea97f61094bed0dae65fec1e28a4f (diff) |
Add a kill-eow function to the line editor.
Diffstat (limited to 'OPS')
-rw-r--r-- | OPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ OP_EDITOR_FORWARD_CHAR "move the cursor one character to the right" OP_EDITOR_HISTORY_DOWN "scroll up through the history list" OP_EDITOR_HISTORY_UP "scroll up through the history list" OP_EDITOR_KILL_EOL "delete chars from cursor to end of line" +OP_EDITOR_KILL_EOW "delete chars from the cursor to the end of the word" OP_EDITOR_KILL_LINE "delete all chars on the line" OP_EDITOR_KILL_WORD "delete the word in front of the cursor" OP_EDITOR_QUOTE_CHAR "quote the next typed key" |