diff options
Diffstat (limited to 'docs/help/in/bind.in')
-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) |