mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 14:32:25 +01:00
This is all really inside out. It would be much better to store the help in a single file and use asciidoc/docbook's capabilities to split it if desired.
79 lines
2.7 KiB
Plaintext
79 lines
2.7 KiB
Plaintext
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_<C-c>| +
|
|
||<C-c>||
|
|
________________________________________________________________________________
|
|
Quit Command-line mode without executing.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|c_<C-]>| +
|
|
||<C-]>||
|
|
________________________________________________________________________________
|
|
Expand a command-line abbreviation.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|c_<Up>| +
|
|
||<Up>||
|
|
________________________________________________________________________________
|
|
Recall the previous command line from the history list which matches the
|
|
current command line.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|c_<Down>| +
|
|
||<Down>||
|
|
________________________________________________________________________________
|
|
Recall the next command line from the history list which matches the current
|
|
command line.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|c_<S-Up>| |c_<PageUp>|
|
|
||<S-Up>|| +
|
|
||<PageUp>||
|
|
________________________________________________________________________________
|
|
Recall the previous command line from the history list.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|c_<S-Down>| |c_<PageDown>|
|
|
||<S-Down>|| +
|
|
||<PageDown>||
|
|
________________________________________________________________________________
|
|
Recall the next command line from the history list.
|
|
________________________________________________________________________________
|
|
|
|
section:Command-line{nbsp}completion[cmdline-completion]
|
|
|
|
|c_<Tab>| +
|
|
||<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>| +
|
|
||<S-Tab>||
|
|
________________________________________________________________________________
|
|
Complete the previous full match when 'wildmode' contains "full".
|
|
________________________________________________________________________________
|
|
|
|
// vim: set filetype=asciidoc:
|