diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/en/autogen/user/weechat_commands.adoc b/doc/en/autogen/user/weechat_commands.adoc index 65f626662..0b74ddb67 100644 --- a/doc/en/autogen/user/weechat_commands.adoc +++ b/doc/en/autogen/user/weechat_commands.adoc @@ -958,8 +958,8 @@ Examples: left: switch to window on the left right: switch to window on the right number: window number (see /window list) - splith: split current window horizontally - splitv: split current window vertically + splith: split current window horizontally (to undo: /window merge) + splitv: split current window vertically (to undo: /window merge) resize: resize window size, new size is <pct> percentage of parent window balance: balance the sizes of all windows merge: merge window with another (all = keep only one window) @@ -993,6 +993,10 @@ Examples: /window scroll -d zoom on window #2: /window zoom -window 2 + split window horizontally using 30%% of space for the window on top: + /window splith 30 + remove the split: + /window merge enable bare display for 2 seconds: /window bare 2 ---- |