File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1117,7 +1117,7 @@ commands in wildmenu mode (see 'wildmenu')
11171117 <Up> move up to parent / select the previous match
11181118 <Down> move down to submenu / select the next match
11191119 <Left> select the previous match / move up to parent
1120- <Down > select the next match / move down to submenu
1120+ <Right > select the next match / move down to submenu
11211121 <CR> move into submenu when doing menu completion
11221122 other stop completion and insert the typed character
11231123
Original file line number Diff line number Diff line change @@ -9333,12 +9333,12 @@ A jump table for the options with a short description can be found at |Q_op|.
93339333 When using the popup menu for command line completion, the following
93349334 keys have special meanings:
93359335 <Up> <Down> - select previous/next match (like CTRL-P /CTRL-N )
9336+ <PageUp> - select a match several entries back
9337+ <PageDown> - select a match several entries further
93369338 <Left> - in filename/menu name completion: move up into
93379339 parent directory or parent menu.
93389340 <Right> - in filename/menu name completion: move into a
93399341 subdirectory or submenu.
9340- <PageUp> - Select a match several entries back, but don't insert it.
9341- <PageDown> - Select a match several entries further, but don't insert it.
93429342 CTRL-E - end completion, go back to what was there before
93439343 selecting a match.
93449344 CTRL-Y - accept the currently selected match and stop
You can’t perform that action at this time.
0 commit comments