Warning: Trying to access array offset on value of type bool in
/home/public/screen/inc/html.php on line
1164
Warning: Trying to access array offset on value of type bool in
/home/public/screen/inc/html.php on line
1168
Warning: Trying to access array offset on value of type bool in
/home/public/screen/inc/html.php on line
1171
Warning: Trying to access array offset on value of type bool in
/home/public/screen/inc/html.php on line
1172
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1453
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1454
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1457
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1458
Differences
This shows you the differences between two versions of the page.
|
|
commands:split [2010-01-26 15:56] asciiphil created |
commands:split [2021-02-16 03:31] (current) |
===== Default Keybindings ===== | ===== Default Keybindings ===== |
| |
* ''C-a S'' | * ''C-a S'' (bound to ''split'') |
| * ''C-a |'' (bound to ''split -v'') |
| |
===== Syntax ===== | ===== Syntax ===== |
| |
* ''**split**'' | * ''**split** [-v]'' |
| |
===== Description ===== | ===== Description ===== |
Split the current region into two new ones. All regions on the display | Split the current region into two new ones. All regions on the display |
are resized to make room for the new region. The blank window is | are resized to make room for the new region. The blank window is |
displayed on the new region. Use the ''[[remove]]'' or the ''[[only]]'' | displayed on the new region. Splits are made horizontally unless ''-v'' |
command to delete regions. Use ''[[focus]]'' to toggle between regions. | is used. Use the ''[[remove]]'' or the ''[[only]]'' command to delete |
| regions. Use ''[[focus]]'' to toggle between regions. |
| |
===== Examples ===== | ===== Examples ===== |