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/en/weechat_user.en.adoc | |
parent | dd2b19ec42e72d4fdc540774a9899dd526f4d0e4 (diff) | |
download | weechat-1c022d3bda09cd19ac629e8a0b7c727a195612f5.zip |
doc: move section "Fset" in "Configuration" (user's guide)
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 118 |
1 files changed, 59 insertions, 59 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 98bb045d1..2bc18d292 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -1444,65 +1444,6 @@ Options: include::includes/autogen_user_options.en.adoc[tag=buflist_options] -[[fset]] -=== Fset - -Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat -and plugin options. - -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]] -==== Commands - -include::includes/autogen_user_commands.en.adoc[tag=fset_commands] - -[[fset_options]] -==== Options - -Sections in file _fset.conf_: - -[width="100%",cols="3m,6m,16",options="header"] -|=== -| Section | Control command | Description -| color | /set fset.color.* | Colors. -| format | /set fset.format.* | Formats used to display list of options. -| look | /set fset.look.* | Look and feel. -|=== - -Options: - -include::includes/autogen_user_options.en.adoc[tag=fset_options] - [[key_bindings]] == Key bindings @@ -1867,6 +1808,65 @@ These keys and actions are used on the script buffer (see <<script_manager,scrip [[configuration]] == Configuration +[[fset]] +=== Fset + +Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat +and plugin options. + +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]] +==== Commands + +include::includes/autogen_user_commands.en.adoc[tag=fset_commands] + +[[fset_options]] +==== Options + +Sections in file _fset.conf_: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Control command | Description +| color | /set fset.color.* | Colors. +| format | /set fset.format.* | Formats used to display list of options. +| look | /set fset.look.* | Look and feel. +|=== + +Options: + +include::includes/autogen_user_options.en.adoc[tag=fset_options] + [[colors]] === Colors |