| /vim-8.2.3635/runtime/syntax/ |
| H A D | readline.vim | 213 \ backward-char 215 \ backward-word 229 \ history-search-backward 234 \ backward-delete-char 247 \ backward-kill-line 251 \ backward-kill-word 257 \ copy-backward-word 269 \ menu-complete-backward 287 \ character-search-backward 347 \ shell-backward-word [all …]
|
| H A D | tcsh.vim | 85 syn keyword tcshBindkeyFuncs contained backward-char backward-delete-char 86 \ backward-delete-word backward-kill-line backward-word 96 \ gosmacs-transpose-chars history-search-backward
|
| H A D | context.vim | 20 " For backward compatibility (g:context_include used to be a List)
|
| H A D | mplayerconf.vim | 82 \ doubleclick-time dvd-speed edl-backward-delay
|
| H A D | jess.vim | 41 syn keyword jessFunc do-backward-chaining e
|
| H A D | rst.vim | 213 " backward compatibility with former list format
|
| H A D | neomuttrc.vim | 630 \ 'autocrypt-acct-menu', 'autocrypt-menu', 'backspace', 'backward-char', 'backward-word', 682 \ 'vfolder-from-query-readonly', 'vfolder-from-query', 'vfolder-window-backward',
|
| /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" 90 echo "/pattern Search for pattern ?pattern Search backward for pattern" 146 " Scroll one page backward 155 " Scroll half a page backward 159 " Scroll one line backward 210 " Searching backward
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_zh_cn.gb2312.vim | 11 " As mentioned above, gbk/cp936 is a superset of (and backward compatible with)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickref.txt | 83 |b| N b N words backward 84 |B| N B N blank-separated |WORD|s backward 85 |ge| N ge backward to the end of the Nth word 89 |(| N ( N sentences backward 91 |{| N { N paragraphs backward 93 |[[| N [[ N sections backward, at start of section 95 |[]| N [] N sections backward, at end of section 114 search backward for the Nth occurrence of {pattern} 279 |i_<S-Up>| shift-up/down one screenful backward/forward 482 |v_a`| N a` Select "a backward quoted string" [all …]
|
| H A D | usr_03.txt | 42 The "b" command moves backward to the start of the previous word: 76 forward and backward through a paragraph. 134 before the searched character. Hint: "t" stands for "To". The backward 146 wrong command. You type "f" to search backward, for example, only to realize 276 backward in the file. Don't worry if you have a little trouble remembering
|
| 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 521 "*" searches forward for the identifier under the cursor, "#" backward. 937 |(| cursor N sentences backward 953 |?| search backward for the Nth previous occurrence of {pattern} 958 |B| cursor N WORDS backward 987 |[[| cursor N sections backward 993 |b| cursor N words backward 1026 |{| cursor N paragraphs backward
|
| H A D | motion.txt | 399 b [count] words backward. |exclusive| motion. 402 B [count] WORDS backward. |exclusive| motion. 444 ( [count] sentences backward. |exclusive| motion. 450 { [count] paragraphs backward. |exclusive| motion. 467 [[ [count] sections backward or to the previous '{' in 472 [] [count] sections backward or to the previous '}' in 509 (backward). Note that the first character of the command determines the
|
| H A D | pattern.txt | 45 ?{pattern}[?]<CR> Search backward for the [count]'th previous 48 ?{pattern}?{offset}<CR> Search backward for the [count]'th previous 53 ?<CR> Search backward for the [count]'th occurrence of the 57 ??{offset}<CR> Search backward for the [count]'th occurrence of the 86 # Same as "*", but search backward. The pound sign 116 match (not backward). 269 the end of the buffer. If 'wrapscan' is not set, the backward search stops 274 forward, or "search hit TOP without match" when searching backward. If
|
| H A D | index.txt | 140 |i_<PageUp>| <PageUp> one screenful backward 252 |#| # 1 search backward for the Nth occurrence of 285 |(| ( 1 cursor N sentences backward 320 |?| ?{pattern}<CR> 1 search backward for the Nth previous 322 |?<CR>| ?<CR> 1 search backward for {pattern} of last search 328 |B| B 1 cursor N WORDS backward 388 |b| b 1 cursor N words backward 431 |{| { 1 cursor N paragraphs backward 651 |[[| [[ 1 cursor N sections backward 652 |[]| [] 1 cursor N SECTIONS backward
|
| H A D | os_mac.txt | 168 otherwise. For backward compatibility, you can still use `macunix` instead of
|
| H A D | usr_27.txt | 180 then goes forward or backward that many characters. For example: > 236 search starts a few characters forward or backward, so that the same match
|
| /vim-8.2.3635/src/proto/ |
| H A D | misc1.pro | 2 int get_leader_len(char_u *line, char_u **flags, int backward, int include_space);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | debchangelog.vim | 237 " look for an author name in the [zonestart zoneend] lines searching backward 250 " Look for a package source name searching backward from the givenline and
|
| H A D | abaqus.vim | 68 " Define keys used to move [count] keywords backward or forward.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | context.vim | 23 " For backward compatibility
|
| /vim-8.2.3635/runtime/ |
| H A D | defaults.vim | 149 " mapping. If set (default), this may break plugins (but it's backward
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | kana.vim | 20 " transliteration. As a result, backward compatibility is not guaranteed.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | awk.vim | 117 " 2 If the line before the previous needs continuation search backward
|
| /vim-8.2.3635/src/ |
| H A D | misc1.c | 45 int backward, in get_leader_len() argument 98 if (backward && vim_strchr(part_buf, COM_NOBACK) != NULL) in get_leader_len()
|