diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-27 10:35:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-27 10:35:04 +0200 |
commit | e84a3676f66f47d84a63f4f5f193c58b2b415d7f (patch) | |
tree | 025e9bdf5f4109eaf83b5503fc822e17d3081bb2 /doc/de/includes/autogen_user_commands.de.adoc | |
parent | 253598d83c8d25e4d42ac8a18c586c1b8cd85b19 (diff) | |
download | weechat-e84a3676f66f47d84a63f4f5f193c58b2b415d7f.zip |
core: add note about buffers that are not opened in /help layout
Diffstat (limited to 'doc/de/includes/autogen_user_commands.de.adoc')
-rw-r--r-- | doc/de/includes/autogen_user_commands.de.adoc | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc index d3aa86fe9..f0750d672 100644 --- a/doc/de/includes/autogen_user_commands.de.adoc +++ b/doc/de/includes/autogen_user_commands.de.adoc @@ -1661,19 +1661,21 @@ Beispiele: del [<name>] [buffers|windows] rename <name> <new_name> - store: erstellt ein Layout der zur Zeit verwendeten Buffer/Fenster - apply: erstelltes Layout verwenden - leave: belässt das aktuelle Layout (es wird kein Layout aktualisiert) - del: entfernt Buffer und/oder Fenster eines erstellten Layouts - (falls weder "buffers" noch "windows" angegeben wird, dann wird das Layout entfernt) - rename: ein Layout umbenennen - name: Name unter welchem das Layout erstellt werden soll (Standardlayout heisst "default") -buffers: erstellt bzw. verwendet nur Buffer (Reihenfolge der Buffer) -windows: erstellt bzw. verwendet nur Fenster (Buffer welche im jeweiligen Fenster dargestellt werden) - -Wird der Befehl ohne Argumente aufgerufen, werden die erstellten Layout dargestellt. - -Das aktuelle Layout kann beim Ausführen des /quit Befehls mit der Option "weechat.look.save_layout_on_exit" gesichert werden. + store: store current buffers/windows in a layout + apply: apply stored layout + leave: leave current layout (does not update any layout) + del: delete buffers and/or windows in a stored layout + (if neither "buffers" nor "windows" is given after the name, the layout is deleted) + rename: rename a layout + name: name for stored layout (default is "default") +buffers: store/apply only buffers (order of buffers) +windows: store/apply only windows (buffer displayed by each window) + +Without argument, this command displays stored layouts. + +The current layout can be saved on /quit command with the option "weechat.look.save_layout_on_exit". + +Note: the layout only remembers windows split and buffers numbers. It does not open buffers. That means for example you must still auto-join IRC channels to open the buffers, the saved layout only applies once the buffers are opened. ---- [[command_weechat_mouse]] |