diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-13 12:50:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-13 12:50:36 +0100 |
commit | 542dc8cd33e1be4c310cba4253b986a01abe7675 (patch) | |
tree | b4028593b84f405e7659ae498c8d31540dfccd99 /doc/it/autogen/user | |
parent | 1e14a6d0895021d63032399db76d528e290991b1 (diff) | |
download | weechat-542dc8cd33e1be4c310cba4253b986a01abe7675.zip |
core: rename options save/reset to add/del in command /layout
The "save" option does not save to disk (so it was a bit confusing with
/save command); therefore it is renamed to "add".
The "reset" option does not really reset but delete things in the layout
(or the layout itself); therefore it is renamed to "del" (for consistency,
like other commands in WeeChat core and plugins).
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index bcab907d7..dfb647f90 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -469,26 +469,26 @@ Esempi: ---- [[command_weechat_layout]] -[command]*`layout`* salva/applica/ripristina il layout per i buffer e le finestre:: +[command]*`layout`* manage buffers/windows layouts:: ---- -/layout save [<nome>] [buffers|windows] +/layout add [<name>] [buffers|windows] apply [<name>] [buffers|windows] leave - reset [<nome>] [buffers|windows] - rename <nome> <nuovo_nome> - - save: salva il layout corrente - apply: applica il layout salvato - leave: lascia il layout corrente (non applica nessun layout - reset: ripristina buffer e/o finestre in un layout salvato - (se sia i buffer che le finestre vengono ripristinate, il layout viene rimosso) - rename: rinomina un layout - nome: nome per il layout salvato (per default รจ "default") -buffers: salva/applica modifiche solo ai buffer (ordine dei buffer) -windows: salva/applica modifiche solo alle finestre (buffer visualizzato da ogni finestra) - -Senza argomenti, il comando mostra i layout salvati. + del [<name>] [buffers|windows] + rename <name> <new_name> + + add: create a layout using the current buffers/windows + apply: apply saved layout + leave: leave current layout (does not update any layout) + del: delete buffers and/or windows in a saved layout + (if neither "buffers" nor "windows" is given after the name, the layout is deleted) + rename: rename a layout + name: name for saved layout (default is "default") +buffers: save/apply only buffers (order of buffers) +windows: save/apply only windows (buffer displayed by each window) + +Without argument, this command displays saved layouts. ---- [[command_weechat_mouse]] |