| /vim-8.2.3635/runtime/syntax/ |
| H A D | readline.vim | 212 \ forward-char 214 \ forward-word 225 \ forward-search-history 227 \ non-incremental-forward-search-history 228 \ history-search-forward 235 \ forward-backward-delete-char 258 \ copy-forward-word 346 \ shell-forward-word 355 \ forward-backward-delete-char
|
| H A D | named.vim | 104 syn keyword namedOption contained forward check-names 153 syn keyword namedZoneOpt contained pubkey forward 157 syn keyword namedZoneType contained master slave stub forward hint
|
| H A D | quake.vim | 48 syn keyword quakeCommand +attack +back +forward +left +lookdown +lookup 52 syn keyword quakeCommand disconnect dumpuser echo error exec -forward
|
| H A D | tcsh.vim | 95 \ expand-variables forward-char forward-word 97 \ history-search-forward insert-last-word i-search-fwd
|
| H A D | jsp.vim | 38 syn keyword jspCommandName contained include forward getProperty plugin setProperty useBean param p…
|
| H A D | elmfilt.vim | 23 syn keyword elmfiltAction contained delete execute executec forward forwardc leave save savecopy sk…
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | less.vim | 84 echo "<Space> One page forward b One page backward" 85 echo "d Half a page forward u Half a page backward" 86 echo "<Enter> One line forward k One line backward" 103 " Scroll one page forward 130 " Re-read file and page forward "tail -f" 133 " Scroll half a page forward 137 " Scroll one line forward 199 " Searching forward
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ruby.vim | 313 function! s:wrap_i(back,forward) abort argument 315 execute 'norm '.a:forward 319 return s:wrap_a(a:back,a:forward) 322 execute 'norm '.a:forward 326 function! s:wrap_a(back,forward) abort argument 327 execute 'norm '.a:forward 337 execute 'norm '.a:forward 341 execute 'norm '.a:forward 344 execute 'norm '.a:forward
|
| H A D | logtalk.dict | 110 forward
|
| H A D | abaqus.vim | 68 " Define keys used to move [count] keywords backward or forward.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_32.txt | 34 If you go back too far, go forward again with: > 128 Use |g+| to move forward in time: 165 To travel forward in time again use the |:later| command: >
|
| H A D | usr_29.txt | 93 back. You have gone forward, and now back. Let's go forward again. The 98 You can prefix it with a count and jump forward that many tags. For example: 341 If you are not after a "#if" or "#ifdef" Vim will beep. To jump forward to 388 forward to the start of the next function. The end of a function is defined 427 To move back to the start of a comment use "[/". Move forward to the end of a 595 an empty line above a "{" in the first column. From there it searches forward
|
| H A D | usr_27.txt | 91 By default, a forward search starts searching for the given string at the 141 an offset. For the forward search command "/", the offset is specified by 165 From that position, adding a number moves forward that many characters. 180 then goes forward or backward that many characters. For example: > 232 line. Then repeating the forward search would find this match and move two 236 search starts a few characters forward or backward, so that the same match
|
| H A D | quickref.txt | 79 |w| N w N words forward 80 |W| N W N blank-separated |WORD|s forward 81 |e| N e forward to the end of the Nth word 88 |)| N ) N sentences forward 90 |}| N } N paragraphs forward 92 |]]| N ]] N sections forward, at start of section 94 |][| N ][ N sections forward, at end of section 100 |])| N ]) N times forward to unclosed ')' 101 |]}| N ]} N times forward to unclosed '}' 107 |]star| N ]* N times forward to end of comment "*/" [all …]
|
| H A D | usr_03.txt | 31 To move the cursor forward one word, use the "w" command. Like most Vim 76 forward and backward through a paragraph. 109 command. The command "fx" searches forward in the line for the single 148 aborted forward search and doesn't do anything. Note: <Esc> cancels most 168 When the cursor is not on a useful character, "%" will search forward to find 170 "%" will search forward and find the first "(". Then it moves to its match: 303 To scroll forward by a whole screen (except for two lines) use CTRL-F. To
|
| H A D | tips.txt | 71 |]#| Go forward to unclosed #else or #endif. 73 |])| Go forward to unclosed ')' 75 |]}| Go forward to unclosed '}' 341 " forward one character 349 " forward one word
|
| H A D | index.txt | 141 |i_<PageDown>| <PageDown> one screenful forward 186 <PageDown> select a match several entries forward 286 |)| ) 1 cursor N sentences forward 335 |E| E 1 cursor forward to the end of WORD N 363 |W| W 1 cursor N WORDS forward 397 |e| e 1 cursor forward to the end of word N 425 |w| w 1 cursor N words forward 433 |}| } 1 cursor N paragraphs forward 680 |])| ]) 1 cursor N times forward to unmatched ')' 692 |][| ][ 1 cursor N SECTIONS forward [all …]
|
| H A D | vi_diff.txt | 145 'u' goes backward in time, 'CTRL-R' goes forward again. Set option 287 forward/backward one character. The shifted right/left cursor keys 288 can be used to move forward/backward one word. CTRL-B/CTRL-E can be 938 |)| cursor N sentences forward 943 |/| search forward for the Nth occurrence of {pattern} 962 |E| cursor forward to the end of WORD N 983 |W| cursor N WORDS forward 988 |]]| cursor N sections forward 998 |e| cursor forward to the end of word N 1017 |w| cursor N words forward [all …]
|
| H A D | ft_sql.txt | 96 ]] move forward to the next 'begin' 98 ][ move forward to the next 'end' 118 ]} move forward to the next 'create <object name>' 164 ]" move forward to the beginning of a comment 165 [" move forward to the end of a comment
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 43 function matchit#Match_wrapper(word, forward, mode) range argument 54 " In s:CleanUp(), we may need to check whether the cursor moved forward. 181 if a:forward && matchline =~ prefix . fin . suffix 182 \ || !a:forward && matchline =~ prefix . ini . suffix 186 if a:forward && matchline =~ prefix . fin . suffix 187 \ || !a:forward && matchline !~ prefix . ini . suffix 247 " This is only a problem if we end up moving in the forward direction.
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | rrhelper.vim | 27 " Path separators are always forward slashes for the autocommand pattern.
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 2953 int forward) // TRUE for forward, FALSE for backward in current_search() argument 2974 skip_first_backward = forward && VIsual_active in current_search() 2980 if (forward) in current_search() 2999 if (forward) in current_search() 3037 if (forward) in current_search() 3060 if (LT_POS(VIsual, end_pos) && forward) in current_search() 3069 else if (VIsual_active && LT_POS(curwin->w_cursor, VIsual) && forward) in current_search() 3077 if (forward && LTOREQ_POS(VIsual, curwin->w_cursor)) in current_search() 3079 else if (!forward && LTOREQ_POS(curwin->w_cursor, VIsual)) in current_search()
|
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 33 int current_search(long count, int forward);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_charsearch.vim | 26 call setcharsearch({'forward': 0})
|
| /vim-8.2.3635/runtime/ |
| H A D | evim.vim | 21 " CTRL-F does Find dialog instead of page forward
|