Lines Matching refs:This

8 In chapter 4 several ways to make small changes were explained.  This chapter
95 delete commands. This allows you to mix recording with other commands to
105 {edits} Change the commands that were wrong. This is
123 change. This can be done with: >
131 This works both with recording and with yank and delete commands. For
152 This command changes the "from" string to the "to" string in the lines
225 selection of lines. This is called a range.
259 first column. This command will work then: >
291 This specifies the range that starts three lines below the cursor and ends
319 lines. This might change in a future version of Vim.
328 This addresses the lines from the end of the Visual area to the end of the
351 This is similar to the ":substitute" command. But, instead of replacing the
364 This starts with ":g". That is short for ":global", just like ":s" is short
370 was specified in this example. This is different from ":substitute", which
388 shorter. This remains effective until you use a motion command that moves the
424 This is a long line ~
432 This is a very long line ~
450 This is a long line XXX ~
454 This really requires using the "$" command. Vim remembers that it was used.
467 This is a _LONG_ line ~
479 This is a new text ~
500 This is a xxxx line ~
517 This is a long line ~
527 edge of the block. This command is limited by the amount of text that is
541 This is a long line short Any other long line ~
552 This can be done with the ":read {filename}" command. The text of the file is
577 What if you want to read the file above the first line? This can be done
578 with the line number zero. This line doesn't really exist, you will get an
594 This writes the lines from the cursor until the end of the file into the file
644 This starts with the "gq" command, which is an operator. Following is "ap",
650 paragraphs. This is hard to notice!
662 Start with the command "gqj". This formats the current line and the one below
687 lowercase. This can be shortened to "guu". "gUgU" is shortened to "gUU" and
705 output.txt. (This works on both UNIX and Microsoft Windows.) >
737 line with the output of "date". This is useful to add a timestamp to a file.
775 below the cursor. This is similar to reading a file, except that the "!" is
782 This inserts the current time and date in UTC format at the top of the file.
794 This is the same write command as before, but instead of a file name the "!"
801 The "wc" command isn't verbose. This means you have 4 lines, 47 words and 249
808 This will write the file "wc" in the current directory, with force. White