diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:44:27 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:44:27 +0100 |
commit | 0c29d4c5b6ae3034e9a2ddf3f9fbd374e0a49f72 (patch) | |
tree | 1d00ca3e45c8f9911e5d5f8f6c63bdc941d51ba2 /doc/fr/weechat_faq.fr.adoc | |
parent | 2c238e08ffc798136fb8bab9633507d6c2d7a88e (diff) | |
download | weechat-0c29d4c5b6ae3034e9a2ddf3f9fbd374e0a49f72.zip |
core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`
Actions moved:
* `/input set_unread` -> `/allbuf /buffer set unread`
* `/input set_unread_current_buffer` -> `/buffer set unread`
Diffstat (limited to 'doc/fr/weechat_faq.fr.adoc')
-rw-r--r-- | doc/fr/weechat_faq.fr.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index 38bff97ad..a3a2c5ffa 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -495,7 +495,7 @@ les commandes de votre choix) : Par exemple pour marquer les tampons comme lus lorsque le terminal perd le focus : ---- -/key bind meta2-O /input set_unread +/key bind meta2-O /allbuf /buffer set unread ---- [[screen_paste]] |