Start Command-line mode. In Command-line mode, you can perform extended commands, which may require arguments.
Command-line-mode Command-line mode-cmdline
:
Start Command-line mode. In Command-line mode, you can perform extended commands, which may require arguments.
c_<C-c>
Quit Command-line mode without executing.
c_<C-]>
Expand a command-line abbreviation.
c_<Up>
Recall the previous command line from the history list which matches the current command line.
c_<Down>
Recall the next command line from the history list which matches the current command line.
c_<S-Up> c_<PageUp>
Recall the previous command line from the history list.
c_<S-Down> c_<PageDown>
Recall the next command line from the history list.
c_<Tab>
Complete the word in front of the cursor according to the behavior specified in 'wildmode'. If 'wildmode' contains "list" and there are multiple matches then the completion menu window is opened.
c_<S-Tab>
Complete the previous full match when 'wildmode' contains "full".