mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
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
This commit is contained in:
parent
e4a562d9ef
commit
2998ce6daa
5 changed files with 154 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue