Lines Matching refs:on
41 Obviously, this still goes wrong on "fourteen". Use "\>" to match the end of
73 999@q Execute the q register on the remaining files.
196 This also works on a range of lines. First move to above the first line and
218 You can see on which word you are (748), and the total number of words in the
235 that you want to find the man page for (this is on Unix). Let's first use a
236 simple way: Move the cursor to the word you want to find help on and press >
240 Vim will run the external "man" program on the word. If the man page is
246 on at the same time. There is a trick to make the man page appear in a Vim
252 can use the ":Man" command to open a window on a man page: >
258 text you were working on.
265 "word(1)", press CTRL-] on it. Further ":Man" commands will use the same
278 Move the cursor to somewhere on "strstr" and type "\K". A window will open
290 The line range "%" is used, thus this works on the whole file. The pattern
314 you are working on a program and want to view or edit all the files that
328 to run this command and pretend that the results were typed on the command
330 files, these files are put on the Vim command line. This results in Vim
347 and position the cursor on the first matching line. To go to the next
351 The ":grep" command uses the external commands grep (on Unix) or findstr
352 (on Windows). You can change this by setting the option 'grepprg'.