Lines Matching refs:can

54 The CTRL-W w command can be used to jump between the windows.  If you are in
106 You can repeat the ":split" and ":new" commands to create as many windows as
112 The ":split" command can take a number argument. If specified, this will be
118 For existing windows you can change the size in several ways. When you have a
139 To make a window as high as it can be, use the CTRL-W _ command without a
145 In Vim you can do many things very quickly from the keyboard. Unfortunately,
154 The 'winheight' option can be set to a minimal desired height of a window and
191 The ":vertical" command can be inserted before another command that splits a
199 Since you can split windows horizontally and vertically as much as you like,
200 you can create almost any layout of windows. Then you can use these commands
212 cursor keys can also be used, if you like.
272 The other three similar commands (you can probably guess these now):
281 When you have several windows open and you want to quit Vim, you can close
288 changes. You can then either use ":write" to save the changes, or ":quit!" to
391 plus and click the left button. The fold will open, and you can see the text
395 Obviously, this only works when you have a working mouse. You can also use
401 Another way to start in diff mode can be done from inside Vim. Edit the
410 If you have a patch or diff file, you can use the third way to start diff
426 When the files have more changes, you can scroll in the usual way. Vim will
427 try to keep both the windows start at the same position, so you can easily see
450 You can move text from one window to the other. This either removes
456 To remove a difference, you can move the text in a highlighted block from one
465 You can also do it the other way around. Move the cursor to the right
480 The 'laststatus' option can be used to specify when the last window has a
494 The 'splitbelow' option can be set to make a new window appear below the
495 current window. The 'splitright' option can be set to make a vertically split
498 When splitting a window you can prepend a modifier command to tell where the
550 Thus you can switch between tab pages by clicking on the label in the top
551 line. If you don't have a mouse or don't want to use it, you can use the "gt"
572 You can put ":tab" before any Ex command that opens a window. The window will
579 A few more things you can do with tab pages: