diff options
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/alias_default_aliases.adoc | 3 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/it/autogen/user/alias_default_aliases.adoc b/doc/it/autogen/user/alias_default_aliases.adoc index 21c2d414b..d185018f7 100644 --- a/doc/it/autogen/user/alias_default_aliases.adoc +++ b/doc/it/autogen/user/alias_default_aliases.adoc @@ -33,8 +33,9 @@ | /UMODE | /mode $nick | - | /V | /command core version | - | /W | /who | - -| /WC | /window merge | - +| /WC | /window close | - | /WI | /whois | - | /WII | /whois $1 $1 | - +| /WM | /window merge | - | /WW | /whowas | - |=== diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index fae3a4765..cc1b12df1 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -974,6 +974,7 @@ Examples: resize [-window <number>] [h|v][+|-]<pct> balance merge [-window <number>] [all] + close [-window <number>] page_up|page_down [-window <number>] refresh scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y] @@ -998,6 +999,7 @@ Examples: if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical) balance: balance the sizes of all windows merge: merge window with another (all = keep only one window) + close: close window page_up: scroll one page up page_down: scroll one page down refresh: refresh screen @@ -1034,8 +1036,10 @@ Examples: /window resize 75 resize vertical split, add 10% in size: /window resize v+10 - remove the split: + remove the split, keep the current window: /window merge + close the current window: + /window close enable bare display for 2 seconds: /window bare 2 ---- |