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/de/autogen/weechat_commands.xml | |
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/de/autogen/weechat_commands.xml')
-rw-r--r-- | doc/de/autogen/weechat_commands.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index 2b0a8bf5a..c69d15a06 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/autogen/weechat_commands.xml @@ -139,6 +139,18 @@ belegen/freigeben von Tasten 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 Dateiname] | [autoload] | [reload [Name]] | [unload [Name]]</command> <programlisting> auflisten/laden/entladen von 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> |