diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-02 18:03:27 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-02 18:03:27 +0200 |
commit | 2ffd141cf497e4c9e4953d302a0eae4c9592c0c3 (patch) | |
tree | a915d45786268a28f00c19a800cbb3033fa1c12f /doc/en | |
parent | f51f02547eb3b1491c3bcc201927efd778c044b4 (diff) | |
download | weechat-2ffd141cf497e4c9e4953d302a0eae4c9592c0c3.zip |
Add new /layout command and save_layout_on_exit config option, to save/restore windows and buffers order (task #5453)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/weechat_commands.xml | 14 | ||||
-rw-r--r-- | doc/en/autogen/weechat_options.xml | 18 |
2 files changed, 30 insertions, 2 deletions
diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index 37cbad672..63f17c4c9 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -139,6 +139,18 @@ bind/unbind keys unbind: unbind a key reset: restore bindings to the default values and delete ALL personal bindings (use carefully!) </programlisting> +<command>layout [[save | apply | reset] [buffers | windows]]</command> +<programlisting> +save/apply/reset layout for buffers and windows + + save: save current layout + apply: apply saved layout + reset: remove saved layout +buffers: save/apply only buffers (order of buffers) +windows: save/apply only windows (buffer displayed by each window) + +Without argument, this command displays saved layout. +</programlisting> <command>plugin [list [name]] | [listfull [name]] | [load filename] | [autoload] | [reload [name]] | [unload [name]]</command> <programlisting> list/load/unload plugins @@ -150,7 +162,7 @@ autoload: autoload plugins in system or user directory reload: reload one plugin (if no name given, unload all plugins, then autoload plugins) unload: unload one or all plugins -Without argument, /plugin command lists loaded plugins. +Without argument, this command lists loaded plugins. </programlisting> <command>quit</command> <programlisting> diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index b89ec8d79..1b4a7fd17 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/autogen/weechat_options.xml @@ -1734,7 +1734,7 @@ </listitem> </itemizedlist> -<command>weechat.look.save_on_exit</command> +<command>weechat.look.save_config_on_exit</command> <itemizedlist> <listitem> <para>description: save configuration file on exit</para> @@ -1750,6 +1750,22 @@ </listitem> </itemizedlist> +<command>weechat.look.save_layout_on_exit</command> +<itemizedlist> + <listitem> + <para>description: save layout on exit (buffers, windows, or both)</para> + </listitem> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: none, buffers, windows, all</para> + </listitem> + <listitem> + <para>default value: all</para> + </listitem> +</itemizedlist> + <command>weechat.look.scroll_amount</command> <itemizedlist> <listitem> |