Lines Matching refs:commands

9 These commands move the cursor position.  If the new position is off of the
41 The motion commands can be used after an operator command, to have the command
161 These commands move the cursor to the specified column in the current line.
164 commands move across line boundaries.
191 TEXT column (if possible). Most other commands stay
371 These commands move to the specified line. They stop when reaching the first
372 or the last line. The first two commands put the cursor in the same column
410 These commands move over words or WORDS.
476 These commands move over three kinds of text objects.
506 The "]]" and "[[" commands stop at the '{' in the first column. This is
524 This is a series of commands that can only be used while in Visual mode or
525 after an operator. The commands that start with "a" select "a"n object
526 including white space, the commands starting with "i" select an "inner" object
527 without white space, or just the white space. Thus the "inner" commands
528 always select less text than the "a" commands.
530 These commands are not available when the |+textobjects| feature has been
679 For the "a" commands: The operator applies to the object and the white
683 For the "inner" commands: If the cursor was on the object, the
688 on which the cursor is on one of the braces. For the "inner" commands
689 the surrounding braces are excluded. For the "a" commands, the braces
702 For illustration, here is a list of delete commands, grouped from small to big
704 movement commands are used.
769 to be simulated by multiple commands. (does not move
873 character. The four commands above put the cursor at either end. Example:
879 when using blockwise Visual mode. These commands do not work when no change
942 These commands are not marks themselves, but jump to a mark:
1018 When invoking a function the commands in that function
1028 remembered. You can return to that position with the "''" and "``" commands,
1030 following commands are "jump" commands: "'", "`", "G", "/", "?", "n", "N",
1032 commands that start editing a new file.
1065 For example, after three jump commands you have this jump list:
1093 With more CTRL-O commands you will go to lines 70 and 1. If you use CTRL-I
1131 previous change. Two commands can be used to jump to positions of changes,
1247 The above four commands can be used to go to the start or end of the current
1278 The above four commands assume that the file contains a class with methods.
1294 confuses the jump commands]
1309 These two commands work in C programs that contain #if/#else/#endif