summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-08-31 22:32:38 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-08-31 22:32:38 +0200
commit12be3b8c332c75a398f77478fd8d62304c632a1e (patch)
treea8c49b9277d308372d02cb17d6583d1a27d54c41 /doc/en/weechat_user.en.adoc
parent5b5626a82ba5bf1418817f94c386cf436f71e008 (diff)
downloadweechat-12be3b8c332c75a398f77478fd8d62304c632a1e.zip
core: add options in command /input and new keys to remove/restore buffers in hotlist
New options in command /input: - hotlist_remove_buffer - hotlist_restore_buffer - hotlist_restore_all New keys: - alt+h, alt+c: clear the whole hotlist (former key: alt+h) - alt+h, alt+m: mark the current buffer as read by removing it from the hotlist - alt+h, alt+r: restore latest hotlist removed in the current buffer - alt+h, alt+shift+R: restore latest hotlist removed in all buffers
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r--doc/en/weechat_user.en.adoc9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index e3e271b37..8c0e5057e 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -1986,7 +1986,14 @@ with `+/script install buffer_autoset.py+` and get help with
| kbd:[Alt+F12] | Go to the end of nicklist. | `+/bar scroll nicklist * e+`
| kbd:[Alt+a] | Switch to next buffer with activity (with priority: highlight, message, other). | `+/input jump_smart+`
| kbd:[Alt+Shift+B] | Toggle buflist. | `+/buflist toggle+`
-| kbd:[Alt+h] | Clear hotlist (activity notification on other buffers). | `+/input hotlist_clear+`
+| kbd:[Alt+h],
+ kbd:[Alt+c] | Clear hotlist (activity notification on buffers). | `+/input hotlist_clear+`
+| kbd:[Alt+h],
+ kbd:[Alt+m] | Remove current buffer from hotlist. | `+/input hotlist_remove_buffer+`
+| kbd:[Alt+h],
+ kbd:[Alt+r] | Restore latest hotlist removed in the current buffer. | `+/input hotlist_restore_buffer+`
+| kbd:[Alt+h],
+ kbd:[Alt+Shift+R] | Restore latest hotlist removed in all buffers. | `+/input hotlist_restore_all+`
| kbd:[Alt+j],
kbd:[Alt+f] | Switch to first buffer. | `+/buffer -+`
| kbd:[Alt+j],