diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-28 22:22:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-28 22:22:14 +0100 |
commit | 1c022d3bda09cd19ac629e8a0b7c727a195612f5 (patch) | |
tree | 18d078c8dbaa49667afecbfbf36f5e0c5bcc7e7f /doc/ja/weechat_user.ja.adoc | |
parent | dd2b19ec42e72d4fdc540774a9899dd526f4d0e4 (diff) | |
download | weechat-1c022d3bda09cd19ac629e8a0b7c727a195612f5.zip |
doc: move section "Fset" in "Configuration" (user's guide)
Diffstat (limited to 'doc/ja/weechat_user.ja.adoc')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 120 |
1 files changed, 60 insertions, 60 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 7b33ff049..f48b3b5d9 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -1512,66 +1512,6 @@ _buflist.conf_ ファイル内のセクション: include::includes/autogen_user_options.ja.adoc[tag=buflist_options] -[[fset]] -=== Fset - -fset (高速設定) プラグインはバッファ内にオプションのリストを表示し、WeeChat -とプラグインのオプション設定を支援します。 - -// TRANSLATION MISSING -Example of fset buffer displaying options starting with `weechat.look` : - -[subs="quotes"] -.... -┌──────────────────────────────────────────────────────────────────────────────────────┐ -│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │ -│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│ -│ │hanges in input [default: on] │ -│ │----------------------------------------------------------------------------│ -│ │ weechat.look.align_end_of_lines integer message │ -│ │ weechat.look.align_multiline_words boolean on │ -│ │ weechat.look.bar_more_down string "++" │ -│ │ weechat.look.bar_more_left string "<<" │ -│ │ weechat.look.bar_more_right string ">>" │ -│ │ weechat.look.bar_more_up string "--" │ -│ │## weechat.look.bare_display_exit_on_input boolean on ##│ -│ │ weechat.look.bare_display_time_format string "%H:%M" │ -│ │ weechat.look.buffer_auto_renumber boolean on │ -│ │ weechat.look.buffer_notify_default integer all │ -│ │ weechat.look.buffer_position integer end │ -│ │ weechat.look.buffer_search_case_sensitive boolean off │ -│ │ weechat.look.buffer_search_force_default boolean off │ -│ │ weechat.look.buffer_search_regex boolean off │ -│ │ weechat.look.buffer_search_where integer prefix_message │ -│ │ weechat.look.buffer_time_format string "%H:%M:%S" │ -│ │ weechat.look.buffer_time_same string "" │ -│ │[12:55] [2] [fset] 2:fset │ -│ │█ │ -└──────────────────────────────────────────────────────────────────────────────────────┘ -.... - -[[fset_commands]] -==== コマンド - -include::includes/autogen_user_commands.ja.adoc[tag=fset_commands] - -[[fset_options]] -==== オプション - -_fset.conf_ ファイル内のセクション: - -[width="100%",cols="3m,6m,16",options="header"] -|=== -| セクション | 操作コマンド | 説明 -| color | /set fset.color.* | 色 -| format | /set fset.format.* | オプションリストの表示書式 -| look | /set fset.look.* | 外観 -|=== - -オプション: - -include::includes/autogen_user_options.ja.adoc[tag=fset_options] - // TRANSLATION MISSING [[key_bindings]] == Key bindings @@ -1975,6 +1915,66 @@ These keys and actions are used on the script buffer (see <<script_manager,scrip [[configuration]] == Configuration +[[fset]] +=== Fset + +fset (高速設定) プラグインはバッファ内にオプションのリストを表示し、WeeChat +とプラグインのオプション設定を支援します。 + +// TRANSLATION MISSING +Example of fset buffer displaying options starting with `weechat.look` : + +[subs="quotes"] +.... +┌──────────────────────────────────────────────────────────────────────────────────────┐ +│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │ +│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│ +│ │hanges in input [default: on] │ +│ │----------------------------------------------------------------------------│ +│ │ weechat.look.align_end_of_lines integer message │ +│ │ weechat.look.align_multiline_words boolean on │ +│ │ weechat.look.bar_more_down string "++" │ +│ │ weechat.look.bar_more_left string "<<" │ +│ │ weechat.look.bar_more_right string ">>" │ +│ │ weechat.look.bar_more_up string "--" │ +│ │## weechat.look.bare_display_exit_on_input boolean on ##│ +│ │ weechat.look.bare_display_time_format string "%H:%M" │ +│ │ weechat.look.buffer_auto_renumber boolean on │ +│ │ weechat.look.buffer_notify_default integer all │ +│ │ weechat.look.buffer_position integer end │ +│ │ weechat.look.buffer_search_case_sensitive boolean off │ +│ │ weechat.look.buffer_search_force_default boolean off │ +│ │ weechat.look.buffer_search_regex boolean off │ +│ │ weechat.look.buffer_search_where integer prefix_message │ +│ │ weechat.look.buffer_time_format string "%H:%M:%S" │ +│ │ weechat.look.buffer_time_same string "" │ +│ │[12:55] [2] [fset] 2:fset │ +│ │█ │ +└──────────────────────────────────────────────────────────────────────────────────────┘ +.... + +[[fset_commands]] +==== コマンド + +include::includes/autogen_user_commands.ja.adoc[tag=fset_commands] + +[[fset_options]] +==== オプション + +_fset.conf_ ファイル内のセクション: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| セクション | 操作コマンド | 説明 +| color | /set fset.color.* | 色 +| format | /set fset.format.* | オプションリストの表示書式 +| look | /set fset.look.* | 外観 +|=== + +オプション: + +include::includes/autogen_user_options.ja.adoc[tag=fset_options] + // TRANSLATION MISSING [[colors]] === Colors |