mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-25 12:31:24 +02:00
More "command-line edits" in prompts.
Again, by Chicago Manual of Style (CMOS) and several other style guides, we hyphenate compound /modifiers/ when they come /before/ the word being modified. So the "command line" is not hyphenated, but the "command-line mode" is. This is consistent with Vim help style conventions as well.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
HEADER
|
||||
|
||||
|Command-line-mode| |Command-line| +
|
||||
|Command-line mode| |Command-line| +
|
||||
|
||||
Command-line mode is used to enter Ex commands (":") and text search patterns
|
||||
("/" and "?").
|
||||
@@ -8,7 +8,7 @@ Command-line mode is used to enter Ex commands (":") and text search patterns
|
||||
|:| +
|
||||
||:||
|
||||
________________________________________________________________________________
|
||||
Start Command-line mode. In Command-line mode, you can perform extended
|
||||
Start command-line mode. In command-line mode, you can perform extended
|
||||
commands, which may require arguments.
|
||||
________________________________________________________________________________
|
||||
|
||||
@@ -32,16 +32,16 @@ ________________________________________________________________________________
|
||||
|c_<Up>| +
|
||||
||<Up>||
|
||||
________________________________________________________________________________
|
||||
Recall the previous command-line from the history list which matches the
|
||||
current command-line.
|
||||
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.
|
||||
Recall the next command line from the history list which matches the current
|
||||
command line.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ ________________________________________________________________________________
|
||||
||<S-Up>|| +
|
||||
||<PageUp>||
|
||||
________________________________________________________________________________
|
||||
Recall the previous command-line from the history list.
|
||||
Recall the previous command line from the history list.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ ________________________________________________________________________________
|
||||
||<S-Down>|| +
|
||||
||<PageDown>||
|
||||
________________________________________________________________________________
|
||||
Recall the next command-line from the history list.
|
||||
Recall the next command line from the history list.
|
||||
________________________________________________________________________________
|
||||
|
||||
section:Command-line{nbsp}completion[cmdline-completion]
|
||||
|
||||
Reference in New Issue
Block a user