diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-10 10:39:57 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-10 10:39:57 +0200 |
commit | b2d1f37782fad795855eb6380a439919c160158d (patch) | |
tree | 6171d51a696148c602d32e7efac29e385032cf34 /doc/en | |
parent | 1c269e9a81d3755e494b74d05beb2d1baff2f8e5 (diff) | |
download | weechat-b2d1f37782fad795855eb6380a439919c160158d.zip |
core: add default key alt-enter to insert a newline (issue #1498)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index fc56d8fb0..8d21cc8b0 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -1631,12 +1631,13 @@ with `+/script install buffer_autoset.py+` and get help with | kbd:[Enter] + kbd:[Ctrl+j] + kbd:[Ctrl+m] | Execute command or send message (in search mode: stop search). | `+/input return+` +| kbd:[Alt+Enter] | Insert a newline. | `+/input insert \n+` | kbd:[↑] | Call previous command/message (in search mode: search up). | `+/input history_previous+` | kbd:[↓] | Call next command/message (in search mode: search down). | `+/input history_next+` | kbd:[Ctrl+↑] | Call previous command/message in global history (common for all buffers). | `+/input history_global_previous+` | kbd:[Ctrl+↓] | Call next command/message in global history (common for all buffers). | `+/input history_global_next+` | kbd:[Alt+d] | Delete next word in command line (deleted string is copied to the internal clipboard). | `+/input delete_next_word+` -| kbd:[Alt+k] | Grab a key and insert its code (and command bound if key exists) in command line. | `+/input grab_key_command+` +| kbd:[Alt+k] | Grab a key and insert its code (and command bound if key exists) in command line. | `+/input grab_key_command+` | kbd:[Alt+r] | Delete entire command line. | `+/input delete_line+` | kbd:[Alt+s] | Toggle spell checker. | `+/mute spell toggle+` |=== |