| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cucumber.vim | 28 …nnoremap <silent> <script> <buffer> [<C-D> :<C-U>exe <SID>jump('edit',v:count)<SID>foldopen<C… 29 …nnoremap <silent> <script> <buffer> ]<C-D> :<C-U>exe <SID>jump('edit',v:count)<SID>foldopen<C… 30 …nnoremap <silent> <script> <buffer> <C-W>d :<C-U>exe <SID>jump('split',v:count)<SID>foldopen<… 31 …nnoremap <silent> <script> <buffer> <C-W><C-D> :<C-U>exe <SID>jump('split',v:count)<SID>foldopen<… 32 nnoremap <silent> <script> <buffer> [d :<C-U>exe <SID>jump('pedit',v:count)<CR> 33 nnoremap <silent> <script> <buffer> ]d :<C-U>exe <SID>jump('pedit',v:count)<CR> 43 function! s:jump(command,count)
|
| H A D | ada.vim | 25 " Ada object and tag jump to that, not the 'simple' vim word. 62 if g:ada_extended_tagging == 'jump'
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_29.txt | 28 tags file. This can be used by Vim to directly jump from any place to the 41 jump to it by using the following command: > 50 call to "write_line" and pressing CTRL-], you jump to the definition of this 92 This command takes a count argument that indicates how many tags to jump 113 To split the current window and jump to the tag under the cursor use this 124 them. Vim will then only be able to jump to tags within that directory. 164 You can now jump to other matches for the same tag with: > 169 one to jump to: > 212 Suppose you want to jump to a tag that contains "block". First type 542 jump back to where you started from. [all …]
|
| H A D | motion.txt | 20 8. Jumps |jump-motions| 336 G is one of the |jump-motions|. 1024 8. Jumps *jump-motions* 1027 you make the cursor "jump" the position of the cursor before the jump is 1065 For example, after three jump commands you have this jump list: 1067 jump line col file/text ~ 1080 jump line col file/text ~ 1099 the jump list. If the same line was already in the jump list, it is removed. 1109 jump command (e.g., "G"). The jump list would then become: 1111 jump line col file/text ~ [all …]
|
| H A D | usr_03.txt | 463 really jump to that location. Or type more to change the search string. 562 When you make a jump to a position with the "G" command, Vim remembers the 570 because the "`" command is a jump itself, and the position from before this 571 jump is remembered. 574 within the same line, this is called a jump. This includes the search 577 Also, "j" and "k" are not considered to be a jump, even when you use a 589 You first jump to line 33, then search for a line that starts with "The". 591 where you started. If you now use CTRL-I you jump to line 33 again. And 637 you use this to jump there: > 641 Then you can use '' to jump back to where you were, or 'e to jump to the text [all …]
|
| H A D | index.txt | 264 the cursor was before the latest jump. 578 cursor and jump to the line number 588 tab page and jump to the line number 779 the cursor and jump to the line number 919 |v_CTRL-]| CTRL-] jump to highlighted tag 1265 |:cstag| :cst[ag] use cscope to jump to a tag 1288 |:djump| :dj[ump] jump to #define 1375 |:jumps| :ju[mps] print the jump list 1663 |:tag| :ta[g] jump to tag 1676 |:tlast| :tl[ast] jump to last matching tag [all …]
|
| H A D | helphelp.txt | 29 :h[elp] {subject} Like ":help", additionally jump to the tag {subject}. 35 :help z? jump to help for any "z" command 36 :help z. jump to the help for "z." 38 :help :? jump to help for ":?" 78 ":tnext" command can then be used to jump to other 118 |quickfix| commands, e.g., |:cnext| to jump to the 193 Use CTRL-T or CTRL-O to jump back. 197 can jump to each one of them: 201 3. Use ":tnext" to jump to the next matching tag. 334 The first field is a help tag where ":help plugin_name" will jump to. The
|
| H A D | sign.txt | 58 identifier is used to jump to the sign or to remove the sign. The identifier 353 JUMPING TO A SIGN *:sign-jump* *E157* 357 :sign jump {id} file={fname} 358 Open the file {fname} or jump to the window that contains 364 :sign jump {id} group={group} file={fname} 365 Same but jump to the sign in group {group} 367 :sign jump {id} [buffer={nr}] *E934* 372 :sign jump {id} group={group} [buffer={nr}] 373 Same but jump to the sign in group {group} 519 Open the buffer {buf} or jump to the window that contains [all …]
|
| H A D | quickref.txt | 178 |``| `` go to the position before the last jump 188 |CTRL-O| N CTRL-O go to Nth older position in jump list 189 |CTRL-I| N CTRL-I go to Nth newer position in jump list 190 |:ju| :ju[mps] print the jump list 208 |:ta| :ta[g][!] {tag} jump to tag {tag} 210 |CTRL-]| CTRL-] jump to the tag under cursor, unless changes 219 |CTRL-T| N CTRL-T jump back from Nth older tag in tag list 223 |:tr| :[count]tr[ewind][!] jump to [count]'th matching tag 224 |:tl| :tl[ast][!] jump to last matching tag 1034 |:cgetfile| :cg like :cfile but don't jump to the first error [all …]
|
| H A D | usr_07.txt | 9 Define a list of files to work on and jump from one to the other. Copy text 182 To quickly jump between two files, press CTRL-^ (on English-US keyboards the ^ 231 and jump to that position with "`x". That works within one file. If you edit 245 Now you can use the "'F" command to jump back to halfway foo.txt. Or edit yet 249 can place the mark, do hours of editing and still be able to jump back to that 263 Don't forget that you can use CTRL-O and CTRL-I to jump to older and newer
|
| H A D | usr_01.txt | 37 jump between the description of an editing task and a precise explanation of 40 Press CTRL-] to jump to a subject under the cursor. 41 Press CTRL-O to jump back (repeat to go further back).
|
| H A D | tagsrch.txt | 45 When there are several matching tags for {name}, jump 55 When there are several matching tags for {name}, jump 65 CTRL-] is the default telnet escape key. When you type CTRL-] to jump to a 138 that jump. The older tags are at the top, the newer at the bottom. 155 You can jump to previously used tags with several commands. Some examples: 191 " Store where we're jumping from before we jump. 218 When there are several matching tags, these commands can be used to jump 269 :tj[ump][!] [name] Like ":tselect", but jump to the tag directly when 295 :[count]tr[ewind][!] Jump to first matching tag. If [count] is given, jump 322 want to know where you are, this command will show it again (and jump to the [all …]
|
| H A D | ft_ada.txt | 337 g:ada_extended_tagging enum ('jump', 'list') 339 'jump': use tjump to jump. 461 given line/column) in the tag jump list. Mode can either be 503 '%' jumping for any language. The normal '%' jump only works for '{}'
|
| H A D | vi_diff.txt | 278 move around, search for a string, etc. Tags can be used to jump 280 command takes an argument to quickly jump to the info on a subject. 371 The |:make| command can be used to run the compilation and jump to the 379 The |:cn| command can be used to jump to the next error. 444 possible to jump right back to where the last edit stopped with |'0|. 651 "`[" do jump to the start. {Vi: no uppercase marks} 848 `:pop` jump to older entry in tag stack (only in some versions) 868 `:tag` jump to tag 918 |CTRL-T| jump to N older Tag in tag list 936 |'| jump to mark (Vi: only lowercase marks) [all …]
|
| H A D | usr_05.txt | 310 *restore-cursor* *last-position-jump* > 391 For example, the matchit plugin. This plugin makes the "%" command jump to 598 Now comes the trick, which allows you to jump to the subjects in the new help 613 section. There you can see which local help files have been added and jump to 628 <Enter> to jump there. Press <Enter> again to jump back. Or use CTRL-O. 642 cursor one line up to place it in this line. Now hit <Enter> and you jump to
|
| H A D | if_cscop.txt | 12 so that with the right keyboard mappings, you can jump back and forth between 75 jump from tag to tag as you normally would with vi's Ctrl-] or :tag 81 you can jump to them just like you do with normal tags (Ctrl-] or :tag) 83 however, that you don't actually jump to a cscope tag simply by doing 229 the other before making a jump. For example, you can choose to first
|
| H A D | usr_32.txt | 100 command to jump to below any change in the tree. 135 Using |:undo| is useful if you know what change you want to jump to. |g-| and
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vimscript.vim | 2054 func C(jump) argument 2065 elseif a:jump == "return" || a:jump == "finish" 2094 unlet g:jump 2128 func B(jump) argument 2139 elseif a:jump == "return" || a:jump == "finish" 2168 unlet g:jump 2338 unlet g:jump 2357 func E(jump) argument 2367 elseif a:jump == "return" || a:jump == "finish" 2461 elseif a:jump == "return" || a:jump == "finish" [all …]
|
| H A D | test_signs.vim | 36 exe 'sign jump 41 buffer=' . bufnr('%') 46 exe 'sign jump 41 buffer=' . bn 96 " Check :jump with file=... 106 exe 'sign jump 43 file=' . fn 116 exe 'sign jump 21 file=' . fn 293 call assert_fails('sign jump', 'E471:') 770 " Test for ':sign jump' command with groups 771 sign jump 5 group=g1 file=Xsign 774 sign jump 5 group=g2 file=Xsign 778 sign jump 5 [all …]
|
| H A D | test_jumplist.vim | 24 " Jump around and create a jump list 39 " Traverse the jump list and verify the results
|
| H A D | test_goto.vim | 1 " Test commands that jump somewhere. 125 " Using gd to jump to a declaration in a fold
|
| /vim-8.2.3635/src/ |
| H A D | README.md | 14 First of all, use `:make tags` to generate a tags file, so that you can jump 17 To jump to a function or variable definition, move the cursor on the name and 18 use the `CTRL-]` command. Use `CTRL-T` or `CTRL-O` to jump back. 20 To jump to a file, move the cursor on its name and use the `gf` command.
|
| H A D | vim9execute.c | 3220 jumpwhen_T when = iptr->isn_arg.jump.jump_when; in exec_instructions() 3222 int jump = TRUE; in exec_instructions() local 3232 jump = tv_get_bool_chk(tv, &error); in exec_instructions() 3237 jump = tv2bool(tv); in exec_instructions() 3241 jump = !jump; in exec_instructions() 3242 if (when == JUMP_IF_FALSE || !jump) in exec_instructions() 3249 if (jump) in exec_instructions() 3250 ectx->ec_iidx = iptr->isn_arg.jump.jump_where; in exec_instructions() 5486 switch (iptr->isn_arg.jump.jump_when) in list_instructions() 5511 iptr->isn_arg.jump.jump_where); in list_instructions() [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | go.vim | 57 " We ignore trying to deal with jump labels because (a) they're rare, and
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | splint.vim | 27 " not to mess up file name detection and not to jump to all positions is
|