Home
last modified time | relevance | path

Searched refs:backward (Results 1 – 25 of 93) sorted by relevance

1234

/vim-8.2.3635/runtime/syntax/
H A Dreadline.vim213 \ 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 Dtcsh.vim85 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 Dcontext.vim20 " For backward compatibility (g:context_include used to be a List)
H A Dmplayerconf.vim82 \ doubleclick-time dvd-speed edl-backward-delay
H A Djess.vim41 syn keyword jessFunc do-backward-chaining e
H A Drst.vim213 " backward compatibility with former list format
H A Dneomuttrc.vim630 \ '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 Dless.vim84 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 Dmenu_zh_cn.gb2312.vim11 " As mentioned above, gbk/cp936 is a superset of (and backward compatible with)
/vim-8.2.3635/runtime/doc/
H A Dquickref.txt83 |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 Dusr_03.txt42 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 Dvi_diff.txt145 '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 Dmotion.txt399 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 Dpattern.txt45 ?{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 Dindex.txt140 |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 Dos_mac.txt168 otherwise. For backward compatibility, you can still use `macunix` instead of
H A Dusr_27.txt180 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 Dmisc1.pro2 int get_leader_len(char_u *line, char_u **flags, int backward, int include_space);
/vim-8.2.3635/runtime/ftplugin/
H A Ddebchangelog.vim237 " 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 Dabaqus.vim68 " Define keys used to move [count] keywords backward or forward.
/vim-8.2.3635/runtime/autoload/
H A Dcontext.vim23 " For backward compatibility
/vim-8.2.3635/runtime/
H A Ddefaults.vim149 " mapping. If set (default), this may break plugins (but it's backward
/vim-8.2.3635/runtime/keymap/
H A Dkana.vim20 " transliteration. As a result, backward compatibility is not guaranteed.
/vim-8.2.3635/runtime/indent/
H A Dawk.vim117 " 2 If the line before the previous needs continuation search backward
/vim-8.2.3635/src/
H A Dmisc1.c45 int backward, in get_leader_len() argument
98 if (backward && vim_strchr(part_buf, COM_NOBACK) != NULL) in get_leader_len()

1234