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/ja/includes | |
parent | 2e82c41c1a88d53ea13cbe9a82d81c7835203803 (diff) | |
download | weechat-0d49ffd0536997858596d9c70a235c18c3295632.zip |
core: add command `/reset` to reset options to their default values
Diffstat (limited to 'doc/ja/includes')
-rw-r--r-- | doc/ja/includes/autogen_user_commands.ja.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc index 309748d3a..f4527ecf4 100644 --- a/doc/ja/includes/autogen_user_commands.ja.adoc +++ b/doc/ja/includes/autogen_user_commands.ja.adoc @@ -2054,6 +2054,23 @@ command: 実行するコマンド (最初に '/' が無い場合はバッファ /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+`: 設定をファイルに保存 |