Lines Matching refs:can
28 tags file. This can be used by Vim to directly jump from any place to the
36 If you do not have it yet, you can find Exuberant ctags here:
40 Now when you are in Vim and you want to go to a function definition, you can
48 you are in the function "write_block". You can see that it calls
98 You can prefix it with a count and jump forward that many tags. For example:
99 ":3tag". CTRL-T also can be preceded with a count.
108 function but also the new one? You can split the window using the ":split"
123 When you have files in many directories, you can create a tags file in each of
142 When Vim has to search many places for tags files, you can hear the disk
164 You can now jump to other matches for the same tag with: >
168 Repeat this to find further matches. If there are many, you can select which
186 You can now enter the number (in the first column) of the match that you would
190 To move between the matching tags, these commands can be used:
210 tags that start with the same string, but end differently. Then you can tell
220 name, but a pattern. You can use all the items for search patterns here. For
233 you can use a list of identifier names as a table of contents. Here is an
246 but you can ignore that. Do ":setlocal ts=99" to clean it up a bit.
258 To make case in tag names be ignored, you can set 'ignorecase' while leaving
265 The 'taglength' option can be used to tell Vim the number of significant
275 arguments. To know what values to pass you can look at how the function is
277 definition is displayed in another window. For this the preview window can be
284 back to the original position. Thus you can continue typing without the need
286 If the name of a function appears in the text, you can get its definition
298 To edit a specific file in the preview window, use ":pedit". This can be
303 Finally, ":psearch" can be used to find a word in the current file and any
315 You can specify the height of the preview window, when it is opened, with the
321 Since a program is structured, Vim can recognize items in it. Specific
322 commands can be used to move around.
336 When you are somewhere inside a "#if" - "#endif", you can jump to the start
362 In C code blocks are enclosed in {}. These can get pretty long. To move to
408 Don't forget you can also use "%" to move between matching (), {} and [].
448 Vim will list the matching lines it can find. Not only in the current file,
468 can discover this with this command: >
481 The "io.h" file is included by the current file and can't be found. "vim.h"
482 can be found, thus ":checkpath" goes into this file and checks what it
498 When there are many subdirectories, you can use the "*" wildcard. Example: >
530 closer look at the first item, you can jump to that line with the command: >
534 You can also use "[ CTRL-I", since CTRL-I is the same as pressing <Tab>.
541 Will jump to the third item in the list. Remember that you can use CTRL-O to