Lines Matching refs:with
29 1. Mark the start of the text with "v", "V" or CTRL-V.
86 [count] is used as with `v` above.
104 gv Start Visual mode with the same area as the previous
113 with `n`, and start Visual mode to select the match.
124 gN Like |gn| but searches backward, like with `N`.
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
163 with the count.
164 - Normal Visual mode with several lines: The number of lines is multiplied
165 with the count, in the last line the same number of characters is used as
201 When the "$" command is used with blockwise Visual mode, the right end of the
207 (starting with) ".", "&", CTRL-^, "Z", CTRL-], CTRL-T, CTRL-R, CTRL-I
231 aw a word (with white space) |v_aw|
233 aW a WORD (with white space) |v_aW|
235 as a sentence (with white space) |v_as|
237 ap a paragraph (with white space) |v_ap|
239 ab a () block (with parentheses) |v_ab|
241 aB a {} block (with braces) |v_aB|
243 at a <tag> </tag> block (with tags) |v_at|
245 a< a <> block (with <>) |v_a<|
247 a[ a [] block (with []) |v_a[|
249 a" a double quoted string (with quotes) |v_aquote|
251 a' a single quoted string (with quotes) |v_a'|
253 a` a string in backticks (with backticks) |v_a`|
296 with {motion}, which is only ONE movement command.
299 pattern. For example, to replace all '(' in the Visual area with '#': >
324 1. Block was created with <C-v>$
326 2. Block was created with <C-v>{move-around}
355 Every screen char in the highlighted region is replaced with the same char, ie
369 - Normal Visual mode with several lines: The same number of lines, in the
385 Here is an example, to replace the selected text with the output of "date": >
473 - Using a non-printable movement command, with the Shift key pressed, and
483 - Non-printable movement commands, with the Shift key pressed, extend the
485 - Non-printable movement commands, with the Shift key NOT pressed, stop Select
500 When mappings and menus are defined with the |:vmap| or |:vmenu| command they