From b6dd94072080d29b356d2c22d9f317deac55331d Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sun, 18 Sep 2022 04:24:58 +0200 Subject: Implement M-u, M-l, M-c from Readline --- nncmpp.actions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nncmpp.actions') 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 -- cgit v1.2.3-54-g00ecf