mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-07 15:35:46 +01:00
add basic help for c_<C-c>, c_<C-]>, c_<Up>, c_<Down>, c_<Tab> and c_<S-Tab>
This commit is contained in:
@@ -12,4 +12,53 @@ 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.
|
||||
________________________________________________________________________________
|
||||
|
||||
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 syntax=asciidoc:
|
||||
|
||||
Reference in New Issue
Block a user