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/sr/includes/autogen_user_commands.sr.adoc | |
parent | 253598d83c8d25e4d42ac8a18c586c1b8cd85b19 (diff) | |
download | weechat-e84a3676f66f47d84a63f4f5f193c58b2b415d7f.zip |
core: add note about buffers that are not opened in /help layout
Diffstat (limited to 'doc/sr/includes/autogen_user_commands.sr.adoc')
-rw-r--r-- | doc/sr/includes/autogen_user_commands.sr.adoc | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/doc/sr/includes/autogen_user_commands.sr.adoc b/doc/sr/includes/autogen_user_commands.sr.adoc index 5ee7ddfd0..cbcb40abe 100644 --- a/doc/sr/includes/autogen_user_commands.sr.adoc +++ b/doc/sr/includes/autogen_user_commands.sr.adoc @@ -1661,19 +1661,21 @@ listdefault: исписује подразумеване тастере del [<име>] [buffers|windows] rename <име> <ново_име> - store: чува текуће бафере/прозоре у распореду - apply: примењује сачувани распоред - leave: напушта текући распоред (не ажурира ниједан распоред) - del: брише бафере и/или прозоре из сачуваног распореда - (ако након имена није наведено ни „buffers” ни „windows”, онда се брише распоред) - rename: измена имена распореда - име: име распореда који се чува (подразумевано је „default”) -buffers: чува/обнавља само бафере (редослед бафера) -windows: чува/обнавља само прозоре (бафер који приказује сваки прозор) - -Без аргумента, ова команда приказује сачуване распореде. - -Текући распоред може да се сачува приликом /quit команде опцијом „weechat.look.save_layout_on_exit”. + 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]] |