Lines Matching refs:Visual

7 Visual mode				*Visual* *Visual-mode* *visual-mode*
9 Visual mode is a flexible and easy way to select a piece of text for an
14 1. Using Visual mode |visual-use|
15 2. Starting and stopping Visual mode |visual-start|
16 3. Changing the Visual area |visual-change|
17 4. Operating on the Visual area |visual-operators|
26 1. Using Visual mode *visual-use*
28 Using Visual mode consists of three parts:
32 The text from the start of the Visual mode up to and including the
38 highlighting in Visual mode.
44 after the Visual area, the character under the cursor is not included.
52 With CTRL-V (blockwise Visual mode) the highlighted text will be a rectangle
59 2. Starting and stopping Visual mode *visual-start*
62 [count]v Start Visual mode per character.
64 lines as used for the last Visual operation, but at
66 When the previous Visual operation was on a block both
69 When there was no previous Visual operation [count]
75 [count]V Start Visual mode linewise.
77 for the last Visual operation, but at the current
79 was no previous Visual operation [count] lines are
83 [count]CTRL-V Start Visual mode blockwise. Note: Under Windows
85 to start Visual mode then, see |CTRL-V-alternative|.
89 does a jump to another buffer while in Visual mode, the highlighting stops
90 and no text is affected. Also when you hit "v" in characterwise Visual mode,
91 "CTRL-V" in blockwise Visual mode or "V" in linewise Visual mode. If you hit
98 Normal Visual blockwise Visual linewise Visual
99 Visual Normal blockwise Visual linewise Visual
100 blockwise Visual Visual Normal linewise Visual
101 linewise Visual Visual blockwise Visual Normal
103 *gv* *v_gv* *reselect-Visual*
104 gv Start Visual mode with the same area as the previous
106 In Visual mode the current and the previous Visual
108 After using "p" or "P" in Visual mode the text that
113 with `n`, and start Visual mode to select the match.
117 If Visual mode is active, extends the selection
127 <LeftMouse> Set the current cursor position. If Visual mode is
136 <RightMouse> Start Visual mode if it is not active. The text from
138 highlighted. If Visual mode was already active move
155 If Visual mode is not active and the "v", "V" or CTRL-V is preceded with a
159 - Linewise Visual mode: The number of lines is multiplied with the count.
160 - Blockwise Visual mode: The number of lines and columns is multiplied with
162 - Normal Visual mode within one line: The number of characters is multiplied
164 - Normal Visual mode with several lines: The number of lines is multiplied
175 <Esc> In Visual mode: Stop Visual mode.
178 CTRL-C In Visual mode: Stop Visual mode. When insert mode is
183 3. Changing the Visual area *visual-change*
194 "o", but in Visual block mode the cursor moves to the
201 When the "$" command is used with blockwise Visual mode, the right end of the
208 and CTRL-O cause a beep and Visual mode continues.
211 that window is adjusted, so that the same Visual area is still selected. This
212 is especially useful to view the start of the Visual area in one window, and
214 'mousemodel' is "popup") to drag either end of the Visual area.
217 4. Operating on the Visual area *visual-operators*
281 Note that the ":vmap" command can be used to specifically map keys in Visual
282 mode. For example, if you would like the "/" command not to extend the Visual
298 Another way to operate on the Visual area is using the |/\%V| item in a
299 pattern. For example, to replace all '(' in the Visual area with '#': >
303 Note that the "'<,'>" will appear automatically when you press ":" in Visual
312 Visual-block Insert *v_b_I*
319 Visual-block Append *v_b_A*
335 Visual-block change *v_b_c*
341 Visual-block Change *v_b_C*
346 Visual-block Shift *v_b_>*
354 Visual-block Replace *v_b_r*
364 When repeating a Visual mode operator, the operator will be applied to the
366 - Linewise Visual mode: The same number of lines.
367 - Blockwise Visual mode: The same number of lines and columns.
368 - Normal Visual mode within one line: The same number of characters.
369 - Normal Visual mode with several lines: The same number of lines, in the
392 <Esc> stop Visual mode
393 `> go to the end of the Visual area
394 a<CR><Esc> break the line after the Visual area
395 `< jump to the start of the Visual area
396 i<CR><Esc> break the line before the Visual area
397 !!date<CR> filter the Visual text through date
410 Visual-block Examples *blockwise-examples*
466 Select mode looks like Visual mode, but the commands accepted are quite
478 - From Visual mode, press CTRL-G. *v_CTRL-G*
488 - CTRL-O switches to Visual mode for the duration of one command. *v_CTRL-O*
489 - CTRL-G switches to Visual mode.
491 Otherwise, typed characters are handled as in Visual mode.
501 work both in Visual mode and in Select mode. When these are used in Select
502 mode Vim automatically switches to Visual mode, so that the same behavior as
503 in Visual mode is effective. If you don't want this use |:xmap| or |:smap|.
519 gV Avoid the automatic reselection of the Visual area
527 but starts Select mode instead of Visual mode.
532 but starts Select mode instead of Visual mode.
537 but starts Select mode instead of Visual mode.