summaryrefslogtreecommitdiff
path: root/locale/en-US/cmdline.txt
blob: 72c0ba12f200ee4250244e070f0d3efcf9f0411f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
HEADER

|Command-line-mode| |Command-line| +

Command-line mode is used to enter Ex commands (":") and text search patterns
("/" and "?").

|:| +
||:||
________________________________________________________________________________
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 syntax=asciidoc: