Lines Matching refs:W
54 The CTRL-W w command can be used to jump between the windows. If you are in
55 the top window, CTRL-W w jumps to the window below it. If you are in the
56 bottom window it will jump to the first window. (CTRL-W CTRL-W does the same
124 CTRL-W +
128 CTRL-W -
131 by that many lines. Thus "4 CTRL-W +" make the window four lines higher.
135 {height}CTRL-W _
137 That's: a number {height}, CTRL-W and then an underscore (the - key with Shift
139 To make a window as high as it can be, use the CTRL-W _ command without a
203 CTRL-W h move to the window on the left
204 CTRL-W j move to the window below
205 CTRL-W k move to the window above
206 CTRL-W l move to the window on the right
208 CTRL-W t move to the TOP window
209 CTRL-W b move to the BOTTOM window
237 Clearly the last one should be at the top. Go to that window (using CTRL-W w)
240 CTRL-W K
244 When you have vertical splits, CTRL-W K will move the current window to the
259 Then using CTRL-W K in the middle window (three.c) will result in:
274 CTRL-W H move window to the far left
275 CTRL-W J move window to the bottom
276 CTRL-W L move window to the far right
491 For Normal mode commands a CTRL-W is prepended. CTRL-^ jumps to the
492 alternate file, CTRL-W CTRL-^ splits the window and edits the alternate file.