Lines Matching refs:This
9 place. Vim has a large number of commands to position the cursor. This
33 example, "3w" moves three words. This figure shows how it works (starting at
36 This is a line with example text ~
44 This is a line with example text ~
51 This is a line with example text ~
65 It is also possible to move by white-space separated WORDs. This is not a
71 This is-a line, with special/separated/words (and some more). ~
90 .....This is a line with example text ~
119 This also shows that the command "fy" moves to the end of the word really.
165 This also works for [] and {} pairs. (This can be defined with the
184 This tells you that you might want to fix something on line 33. So how do you
211 you can see? This figure shows the three commands you can use:
238 This shows the name of the file you are editing, the line number where the
242 This indicates that the cursor is positioned on the second character, but
246 2. Set the 'number' option. This will display a line number in front of
262 3. Set the 'ruler' option. This will display the cursor position in the
424 This does not match "there" or "soothe". Notice that the "*" and "#" commands
449 This doesn't reset the option. Instead, it disables the highlighting. As
461 This makes Vim display the match for the string while you are still typing it.
467 This stops the search at the end of the file. Or, when you are searching
563 position from before this jump. This position is called a mark. To go back
568 This ` is a backtick or open single-quote character.
574 within the same line, this is called a jump. This includes the search
622 beginning of the line containing the mark. This differs from the "`mark"