1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 03:33:12 +02:00

core: add example of splith and merge in /help window

This commit is contained in:
Sébastien Helleu
2016-08-27 13:34:34 +02:00
parent 1a4bfcdddc
commit 593b3cad72
20 changed files with 267 additions and 170 deletions
+9 -2
View File
@@ -8007,8 +8007,10 @@ command_init ()
" left: switch to window on the left\n"
" right: switch to window on the right\n"
" number: window number (see /window list)\n"
" splith: split current window horizontally\n"
" splitv: split current window vertically\n"
" splith: split current window horizontally "
"(to undo: /window merge)\n"
" splitv: split current window vertically "
"(to undo: /window merge)\n"
" resize: resize window size, new size is <pct> percentage of "
"parent window\n"
" balance: balance the sizes of all windows\n"
@@ -8051,6 +8053,11 @@ command_init ()
" /window scroll -d\n"
" zoom on window #2:\n"
" /window zoom -window 2\n"
" split window horizontally using 30%% of space for the window on "
"top:\n"
" /window splith 30\n"
" remove the split:\n"
" /window merge\n"
" enable bare display for 2 seconds:\n"
" /window bare 2"),
"list"