1- *cmdline.txt* For Vim version 9.1. Last change: 2025 Mar 08
1+ *cmdline.txt* For Vim version 9.1. Last change: 2025 Jun 28
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -415,7 +415,7 @@ CTRL-D List names that match the pattern in front of the cursor.
415415 to the end.
416416 The 'wildoptions' option can be set to "tagfile" to list the
417417 file of matching tags.
418- *c_CTRL-I* *c_wildchar* *c_<Tab>*
418+ *c_CTRL-I* *c_wildchar* *c_<Tab>* */_ <Tab>*
419419'wildchar' option
420420 A match is done on the pattern in front of the cursor. The
421421 match (if there are several, the first match) is inserted
@@ -425,6 +425,10 @@ CTRL-D List names that match the pattern in front of the cursor.
425425 again and there were multiple matches, the next
426426 match is inserted. After the last match, the first is used
427427 again (wrap around).
428+
429+ In search context use <CTRL-V><Tab> or "\t" to search for a
430+ literal <Tab> instead of triggering completion.
431+
428432 The behavior can be changed with the 'wildmode' option.
429433 *c_<S-Tab>*
430434<S-Tab> Like 'wildchar' or <Tab> , but begin with the last match and
@@ -458,7 +462,7 @@ CTRL-G When 'incsearch' is set, entering a search pattern for "/" or
458462 "?" and the current match is displayed then CTRL-G will move
459463 to the next match (does not take | search-offset | into account)
460464 Use CTRL-T to move to the previous match. Hint: on a regular
461- keyboard T is above G .
465+ keyboard G is below T .
462466 *c_CTRL-T* */_CTRL-T*
463467CTRL-T When 'incsearch' is set, entering a search pattern for "/" or
464468 "?" and the current match is displayed then CTRL-T will move
0 commit comments