diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-19 08:02:10 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-19 08:02:10 +0100 |
commit | 0d49ffd0536997858596d9c70a235c18c3295632 (patch) | |
tree | 31603644af04fc0bf30c5e918cc0d585bee768ba /doc/de/includes/autogen_user_commands.de.adoc | |
parent | 2e82c41c1a88d53ea13cbe9a82d81c7835203803 (diff) | |
download | weechat-0d49ffd0536997858596d9c70a235c18c3295632.zip |
core: add command `/reset` to reset options to their default values
Diffstat (limited to 'doc/de/includes/autogen_user_commands.de.adoc')
-rw-r--r-- | doc/de/includes/autogen_user_commands.de.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc index 10a9bfe06..a8e8f10e2 100644 --- a/doc/de/includes/autogen_user_commands.de.adoc +++ b/doc/de/includes/autogen_user_commands.de.adoc @@ -2054,6 +2054,23 @@ Beispiel: /repeat 2 /window page_up ---- +[[command_weechat_reset]] +* `+reset+`: reset config options + +---- +/reset <option> + -mask <option> + +option: name of an option + -mask: use a mask in option (wildcard "*" is allowed to mass-reset options, use carefully!) + +Examples: + reset one option: + /reset weechat.look.item_time_format + reset all color options: + /reset -mask weechat.color.* +---- + [[command_weechat_save]] * `+save+`: Konfiguration abspeichern |