comparison runtime/doc/windows.txt @ 826:1cdd2661f34c v7.0d01

updated for version 7.0d01
author vimboss
date Tue, 11 Apr 2006 21:38:50 +0000
parents 6675076019ae
children 5117153003bd
comparison
equal deleted inserted replaced
825:6675076019ae 826:1cdd2661f34c
1 *windows.txt* For Vim version 7.0d. Last change: 2006 Apr 06 1 *windows.txt* For Vim version 7.0d. Last change: 2006 Apr 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
431 height of the screen. This works like closing the 431 height of the screen. This works like closing the
432 current window and then creating another one with 432 current window and then creating another one with
433 ":vert botright split", except that the current window 433 ":vert botright split", except that the current window
434 contents is used for the new window. 434 contents is used for the new window.
435 {not available when compiled without the +vertsplit feature} 435 {not available when compiled without the +vertsplit feature}
436
437 *CTRL-W_T*
438 CTRL-W T Move the current window to a new tab page. This fails if
439 there is only one window in the current tab page.
440 When a count is specified the new tab page will be opened
441 before the tab page with this index. Otherwise it comes after
442 the current tab page.
436 443
437 ============================================================================== 444 ==============================================================================
438 6. Window resizing *window-resize* 445 6. Window resizing *window-resize*
439 446
440 *CTRL-W_=* 447 *CTRL-W_=*