comparison runtime/doc/usr_08.txt @ 236:4707450c2b33

updated for version 7.0066
author vimboss
date Fri, 15 Apr 2005 21:00:38 +0000
parents 3fc0f57ecb91
children d7e33248b9c8
comparison
equal deleted inserted replaced
235:23d380e32c95 236:4707450c2b33
1 *usr_08.txt* For Vim version 7.0aa. Last change: 2004 Jun 04 1 *usr_08.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Splitting windows 5 Splitting windows
6 6
50 you could make the top window show the variable declarations of a program, and 50 you could make the top window show the variable declarations of a program, and
51 the bottom one the code that uses these variables. 51 the bottom one the code that uses these variables.
52 52
53 The CTRL-W w command can be used to jump between the windows. If you are in 53 The CTRL-W w command can be used to jump between the windows. If you are in
54 the top window, CTRL-W w jumps to the window below it. If you are in the 54 the top window, CTRL-W w jumps to the window below it. If you are in the
55 bottom window it will jump to the first window. (CTRL-W CTRL-W does the same 55 bottom window it will jump to the first window. (CTRL-W CTRL-W does the same
56 thing, in case you let go of the CTRL key a bit later.) 56 thing, in case you let go of the CTRL key a bit later.)
57 57
58 58
59 CLOSE THE WINDOW 59 CLOSE THE WINDOW
60 60