diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-27 13:34:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-27 13:34:34 +0200 |
commit | 593b3cad727bf2e759c10372cc114fea14a74b84 (patch) | |
tree | f11a2d8793baaf00c3d73650e00caf6286c6b59d /doc/en | |
parent | 1a4bfcdddc7f11372b9a1e887223f3baab7bb8a6 (diff) | |
download | weechat-593b3cad727bf2e759c10372cc114fea14a74b84.zip |
core: add example of splith and merge in /help window
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 ---- |