diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-28 17:39:33 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-28 17:39:33 +0200 |
commit | cc2b44a8ec1930cb385a1d38939c7a48a37029db (patch) | |
tree | ab1b000bd80d2e13dd4c1fbd2cd448b08a7b58d5 /doc/en/weechat_user.en.adoc | |
parent | 5ecb1adc344a106b9f1167930798bbcb3e286b14 (diff) | |
download | weechat-cc2b44a8ec1930cb385a1d38939c7a48a37029db.zip |
core: add key ctrl+z to suspend WeeChat process (closes #985)
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index ad29093ab..6abbe6d4d 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -1545,6 +1545,15 @@ They can be changed and new ones can be added with the <<command_weechat_key,/ke | kbd:[Ctrl+↓] | Call next command/message in global history (common for all buffers). | `+/input history_global_next+` |=== +[[key_bindings_cmdline_system]] +==== System + +[width="100%",cols="^.^3,.^8,.^5",options="header"] +|=== +| Key | Description | Command +| kbd:[Ctrl+z] | Suspend WeeChat process. | `+/sys suspend+` +|=== + [[key_bindings_buffers]] === Buffers |