summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-10-27 10:35:04 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-10-27 10:35:04 +0000
commit0a1771d4dc71fc9f197ff6d5a5d13ead116f5956 (patch)
tree32317a7a6fc46cc231fcd3aab547825a90644c48 /OPS
parentf31f6d240cb6b75bcbf433c7d2ca24fbe75a5303 (diff)
Add capitalize-word, upcase-word, downcase-word functions to the
editor. Bindings follow the Emacs conventions (i.e., M-c, M-u, M-d).
Diffstat (limited to 'OPS')
-rw-r--r--OPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/OPS b/OPS
index 046ef608..b4d39a5b 100644
--- a/OPS
+++ b/OPS
@@ -73,6 +73,9 @@ 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"
OP_EDITOR_TRANSPOSE_CHARS "transpose character under cursor with previous"
+OP_EDITOR_CAPITALIZE_WORD "capitalize the word"
+OP_EDITOR_DOWNCASE_WORD "convert the word to lower case"
+OP_EDITOR_UPCASE_WORD "convert the word to upper case"
OP_ENTER_COMMAND "enter a muttrc command"
OP_ENTER_MASK "enter a file mask"
OP_EXIT "exit this menu"