Lines Matching refs:block

10 operator.  It is the only way to select a block of text.
51 *visual-block*
66 When the previous Visual operation was on a block both
67 the width and height of the block are multiplied by
194 "o", but in Visual block mode the cursor moves to the
205 For moving the end of the block many commands can be used, but you cannot
239 ab a () block (with parentheses) |v_ab|
240 ib inner () block |v_ib|
241 aB a {} block (with braces) |v_aB|
242 iB inner {} block |v_iB|
243 at a <tag> </tag> block (with tags) |v_at|
244 it inner <tag> </tag> block |v_it|
245 a< a <> block (with <>) |v_a<|
246 i< inner <> block |v_i<|
247 a[ a [] block (with []) |v_a[|
248 i[ inner [] block |v_i[|
272 I block insert |v_b_I|
273 A block append |v_b_A|
279 (4): When using CTRL-V operates on the block only.
312 Visual-block Insert *v_b_I*
314 of block on every line of the block, provided that the line extends into the
315 block. Thus lines that are short will remain unmodified. TABs are split to
319 Visual-block Append *v_b_A*
321 block on every line of the block. There is some differing behavior where the
322 block RHS is not straight, due to different line lengths:
327 In this case the string is appended to the end of the block on each line,
328 and whitespace is inserted to pad to the end-of-block column.
331 selected block. This was done intentionally, so that you can do it the way
335 Visual-block change *v_b_c*
336 All selected text in the block will be replaced by the same text string. When
341 Visual-block Change *v_b_C*
346 Visual-block Shift *v_b_>*
347 The block is shifted by 'shiftwidth'. The RHS of the block is irrelevant. The
348 LHS of the block determines the point from which to apply a right shift, and
350 block determines the point up to which to shift left.
354 Visual-block Replace *v_b_r*
410 Visual-block Examples *blockwise-examples*
411 With the following text, I will indicate the commands to produce the block and