diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-18 04:24:58 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-18 04:24:58 +0200 |
commit | b6dd94072080d29b356d2c22d9f317deac55331d (patch) | |
tree | 82047a097e670ec7c2624b1d9c3137b8ab9ea065 /nncmpp.actions | |
parent | d8e0d1b2fe2bfc4a327d8056d6d63e7b58435632 (diff) | |
download | nncmpp-b6dd94072080d29b356d2c22d9f317deac55331d.tar.gz nncmpp-b6dd94072080d29b356d2c22d9f317deac55331d.tar.xz nncmpp-b6dd94072080d29b356d2c22d9f317deac55331d.zip |
Implement M-u, M-l, M-c from Readline
Diffstat (limited to 'nncmpp.actions')
-rw-r--r-- | nncmpp.actions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nncmpp.actions b/nncmpp.actions index 7d0662d..403f51f 100644 --- a/nncmpp.actions +++ b/nncmpp.actions @@ -65,6 +65,10 @@ EDITOR_F_WORD, Go forward a word EDITOR_HOME, Go to start of line EDITOR_END, Go to end of line +EDITOR_UPCASE_WORD, Convert word to uppercase +EDITOR_DOWNCASE_WORD, Convert word to lowercase +EDITOR_CAPITALIZE_WORD, Capitalize word + EDITOR_B_DELETE, Delete last character EDITOR_F_DELETE, Delete next character EDITOR_B_KILL_WORD, Delete last word |