heading:Command-line{nbsp}mode[Command-line-mode,Command-line,mode-cmdline] Command-line mode is used to enter Ex commands ("[m]:[m]") and text search patterns ("[m]/[m]" and "[m]?[m]"). |:| + ||:|| ________________________________________________________________________________ Start Command-line mode. In Command-line mode, you can perform extended commands, which may require arguments. ________________________________________________________________________________ section:Command-line{nbsp}editing[cmdline-editing] |c_| + |||| ________________________________________________________________________________ Quit Command-line mode without executing. ________________________________________________________________________________ |c_| + |||| ________________________________________________________________________________ Expand a command-line abbreviation. ________________________________________________________________________________ |c_| + |||| ________________________________________________________________________________ Recall the previous command line from the history list which matches the current command line. ________________________________________________________________________________ |c_| + |||| ________________________________________________________________________________ Recall the next command line from the history list which matches the current command line. ________________________________________________________________________________ |c_| |c_| |||| + |||| ________________________________________________________________________________ Recall the previous command line from the history list. ________________________________________________________________________________ |c_| |c_| |||| + |||| ________________________________________________________________________________ Recall the next command line from the history list. ________________________________________________________________________________ section:Command-line{nbsp}completion[cmdline-completion] |c_| + |||| ________________________________________________________________________________ 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_| + |||| ________________________________________________________________________________ Complete the previous full match when 'wildmode' contains "full". ________________________________________________________________________________ // vim: set filetype=asciidoc: