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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -415,7 +415,7 @@ CTRL-D List names that match the pattern in front of the cursor.
415
415
to the end.
416
416
The 'wildoptions' option can be set to "tagfile" to list the
417
417
file of matching tags.
418
- *c_CTRL-I* *c_wildchar* *c_<Tab>*
418
+ *c_CTRL-I* *c_wildchar* *c_<Tab>* */_ <Tab>*
419
419
'wildchar' option
420
420
A match is done on the pattern in front of the cursor. The
421
421
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.
425
425
again and there were multiple matches, the next
426
426
match is inserted. After the last match, the first is used
427
427
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
+
428
432
The behavior can be changed with the 'wildmode' option.
429
433
*c_<S-Tab>*
430
434
<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
458
462
"?" and the current match is displayed then CTRL-G will move
459
463
to the next match (does not take | search-offset | into account)
460
464
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 .
462
466
*c_CTRL-T* */_CTRL-T*
463
467
CTRL-T When 'incsearch' is set, entering a search pattern for "/" or
464
468
"?" and the current match is displayed then CTRL-T will move
0 commit comments