|
1 |
| -*windows.txt* For Vim version 9.1. Last change: 2022 Nov 27 |
| 1 | +*windows.txt* For Vim version 9.1. Last change: 2024 Feb 20 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -519,35 +519,33 @@ horizontally split windows. CTRL-W H does it the other way around.
|
519 | 519 |
|
520 | 520 | *CTRL-W_K*
|
521 | 521 | CTRL-W K Move the current window to be at the very top, using the full
|
522 |
| - width of the screen. This works like closing the current |
523 |
| - window and then creating another one with ":topleft split", |
524 |
| - except that the current window contents is used for the new |
525 |
| - window. |
| 522 | + width of the screen. This works like `:topleft split`, except |
| 523 | + it is applied to the current window and no new window is |
| 524 | + created. |
526 | 525 |
|
527 | 526 | *CTRL-W_J*
|
528 | 527 | CTRL-W J Move the current window to be at the very bottom, using the
|
529 |
| - full width of the screen. This works like closing the current |
530 |
| - window and then creating another one with ":botright split", |
531 |
| - except that the current window contents is used for the new |
532 |
| - window. |
| 528 | + full width of the screen. This works like `:botright split`, |
| 529 | + except it is applied to the current window and no new window |
| 530 | + is created. |
533 | 531 |
|
534 | 532 | *CTRL-W_H*
|
535 | 533 | CTRL-W H Move the current window to be at the far left, using the
|
536 |
| - full height of the screen. This works like closing the |
537 |
| - current window and then creating another one with |
538 |
| - `:vert topleft split`, except that the current window contents |
539 |
| - is used for the new window. |
| 534 | + full height of the screen. This works like |
| 535 | + `:vert topleft split`, except it is applied to the current |
| 536 | + window and no new window is created. |
540 | 537 |
|
541 | 538 | *CTRL-W_L*
|
542 | 539 | CTRL-W L Move the current window to be at the far right, using the full
|
543 |
| - height of the screen. This works like closing the |
544 |
| - current window and then creating another one with |
545 |
| - `:vert botright split`, except that the current window |
546 |
| - contents is used for the new window. |
| 540 | + height of the screen. This works like `:vert botright split`, |
| 541 | + except it is applied to the current window and no new window |
| 542 | + is created. |
547 | 543 |
|
548 | 544 | *CTRL-W_T*
|
549 | 545 | CTRL-W T Move the current window to a new tab page. This fails if
|
550 | 546 | there is only one window in the current tab page.
|
| 547 | + This works like `:tab split`, except the previous window is |
| 548 | + closed. |
551 | 549 | When a count is specified the new tab page will be opened
|
552 | 550 | before the tab page with this index. Otherwise it comes after
|
553 | 551 | the current tab page.
|
|
0 commit comments