diff options
author | Valentin Batz <senneth@irssi.org> | 2005-08-27 22:06:34 +0000 |
---|---|---|
committer | vb <vb@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-08-27 22:06:34 +0000 |
commit | 2998ce6daad7f77598e3734797da30125e64c58e (patch) | |
tree | ff856f432863f4b1c5072b678f28b756224c5ea5 /docs/help | |
parent | e4a562d9ef6c22f9abbd32266c3c102fcaa3737a (diff) | |
download | irssi-2998ce6daad7f77598e3734797da30125e64c58e.zip |
Implementation of the meta-[cult] (capitalize words, upcase word, downcase word, transpose words) key-bindings from the TODO by Peder Stray
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3963 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/bind.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/help/in/bind.in b/docs/help/in/bind.in index 51e0c0d0..9b71a121 100644 --- a/docs/help/in/bind.in +++ b/docs/help/in/bind.in @@ -93,6 +93,10 @@ Command can be one of: refresh_screen yank_from_cutbuffer - "Undelete" line transpose_characters - Swap current and previous character + transpose_words - Swap current and previous word + capitalize_word - Capitalize word from current position + downcase_word - Downcase word from current position + upcase_word - Upcase word from current position escape_char - Insert the next character exactly as-is to input line insert_text - Insert data to entry line, data may contain $variables. stop_irc - Send SIGSTOP to client (^Z) |