mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 02:52:36 +01:00
hyphenate "command line" in the help
This commit is contained in:
@@ -10,7 +10,7 @@ and the sidebar.
|
||||
|:emenu| +
|
||||
||:emenu {menu}||
|
||||
________________________________________________________________________________
|
||||
Execute {menu} from the command line. This command provides command line access
|
||||
Execute {menu} from the command-line. This command provides command-line access
|
||||
to all menu items available from the main Firefox menubar. {menu} is a
|
||||
hierachical path to the menu item with each submenu separated by a period. E.g.
|
||||
[c]:emenu File.Open File...[c]
|
||||
|
||||
@@ -67,7 +67,7 @@ section:Normal{nbsp}mode[normal-index]
|
||||
|
||||
||;|| Start an extended hint mode +
|
||||
|
||||
||:|| Enter command line mode +
|
||||
||:|| Enter command-line mode +
|
||||
|
||||
||~|| Open home directory +
|
||||
|
||||
@@ -143,16 +143,16 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
|
||||
||:bmarks|| List or open multiple bookmarks +
|
||||
||:buffer|| Switch to a buffer +
|
||||
||:buffers|| Show a list of all buffers +
|
||||
||:cabbrev|| Abbreviate a key sequence in command line mode +
|
||||
||:cabclear|| Remove all abbreviations in command line mode +
|
||||
||:cabbrev|| Abbreviate a key sequence in command-line mode +
|
||||
||:cabclear|| Remove all abbreviations in command-line mode +
|
||||
||:cd|| Change the current directory +
|
||||
||:cmap|| Map a key sequence in command line mode +
|
||||
||:cmapclear|| Remove all mappings in command line mode +
|
||||
||:cnoremap|| Map a key sequence without remapping keys in command line mode +
|
||||
||:cmap|| Map a key sequence in command-line mode +
|
||||
||:cmapclear|| Remove all mappings in command-line mode +
|
||||
||:cnoremap|| Map a key sequence without remapping keys in command-line mode +
|
||||
||:comclear|| Delete all user-defined commands +
|
||||
||:command|| List and define commands +
|
||||
||:cunabbrev|| Remove an abbreviation in command line mode +
|
||||
||:cunmap|| Remove a mapping in command line mode +
|
||||
||:cunabbrev|| Remove an abbreviation in command-line mode +
|
||||
||:cunmap|| Remove a mapping in command-line mode +
|
||||
||:delbmarks|| Delete a bookmark +
|
||||
||:delcommand|| Delete the specified user-defined command +
|
||||
||:delmacros|| Delete macros +
|
||||
@@ -162,7 +162,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
|
||||
||:downloads|| Show progress of current downloads +
|
||||
||:echo|| Display a string at the bottom of the window +
|
||||
||:echoerr|| Display an error string at the bottom of the window +
|
||||
||:emenu|| Execute the specified menu item from the command line +
|
||||
||:emenu|| Execute the specified menu item from the command-line +
|
||||
||:execute|| Execute the argument as an Ex command +
|
||||
||:exusage|| List all Ex commands with a short description +
|
||||
||:finish|| Stop sourcing a script file +
|
||||
@@ -258,7 +258,7 @@ section:Options[option-index]
|
||||
||'hintstyle'|| CSS specification of unfocused hints +
|
||||
||'hinttags'|| XPath string of hintable elements activated by 'f' and 'F' +
|
||||
||'hinttimeout'|| Automatically follow non unique numerical hint +
|
||||
||'history'|| Number of Ex commands and search patterns to store in the commandline history +
|
||||
||'history'|| Number of Ex commands and search patterns to store in the command-line history +
|
||||
||'hlsearch'|| Highlight previous search pattern matches +
|
||||
||'hlsearchstyle'|| CSS specification of highlighted search items +
|
||||
||'ignorecase'|| Ignore case in search patterns +
|
||||
@@ -280,7 +280,7 @@ section:Options[option-index]
|
||||
||'scroll'|| Number of lines to scroll with and commands +
|
||||
||'shell'|| Shell to use for executing :! and :run commands +
|
||||
||'shellcmdflag'|| Flag passed to shell when executing :! and :run commands +
|
||||
||'showmode'|| Show the current mode in the command line +
|
||||
||'showmode'|| Show the current mode in the command-line +
|
||||
||'showstatuslinks'|| Show the destination of the link under the cursor in the status bar +
|
||||
||'showtabline'|| Control when to show the tab bar of opened web pages +
|
||||
||'smartcase'|| Override the 'ignorecase' option if the pattern contains uppercase characters +
|
||||
@@ -292,8 +292,8 @@ section:Options[option-index]
|
||||
||'visualbell'|| Use visual bell instead of beeping on errors +
|
||||
||'visualbellstyle'|| CSS specification of the visual bell +
|
||||
||'wildignore'|| List of file patterns to ignore when completing files +
|
||||
||'wildmode'|| Define how command line completion works +
|
||||
||'wildoptions'|| Change how command line completion is done +
|
||||
||'wildmode'|| Define how command-line completion works +
|
||||
||'wildoptions'|| Change how command-line completion is done +
|
||||
||'wordseparators'|| How words are splitted for hintmatching +
|
||||
|
||||
// vim: set syntax=asciidoc:
|
||||
|
||||
@@ -10,7 +10,7 @@ which are translated to a string of characters. Example:
|
||||
|
||||
:map <F2> :echo new Date().toDateString()<CR>
|
||||
|
||||
will echo the current date to the command line when [m]<F2>[m] is pressed.
|
||||
will echo the current date to the command-line when [m]<F2>[m] is pressed.
|
||||
|
||||
There are separate key mapping tables for each of the Normal, Insert,
|
||||
Command-line modes.
|
||||
@@ -254,7 +254,7 @@ the command is redefined. Unlike Vim, the command may start with a lowercase
|
||||
letter.
|
||||
|
||||
The replacement text {rep} is scanned for escape sequences and these are
|
||||
replaced with values from the user entered command line. The resulting string
|
||||
replaced with values from the user entered command-line. The resulting string
|
||||
is then executed as an Ex command.
|
||||
|
||||
The valid escape sequences are:
|
||||
|
||||
@@ -379,7 +379,7 @@ ____
|
||||
|\'hi'| |\'history'|
|
||||
||'history' 'hi'|| number (default: 500)
|
||||
____
|
||||
Number of Ex commands and search patterns to store in the commandline history.
|
||||
Number of Ex commands and search patterns to store in the command-line history.
|
||||
____
|
||||
|
||||
|
||||
@@ -588,7 +588,7 @@ ____
|
||||
|\'shell'| |\'sh'|
|
||||
||'shell' 'sh'|| string (default: on)
|
||||
____
|
||||
Show the current mode in the command line.
|
||||
Show the current mode in the command-line.
|
||||
____
|
||||
|
||||
|
||||
@@ -617,7 +617,7 @@ Also links which are focused by keyboard commands like [m]<Tab>[m] are shown. Po
|
||||
.---`--------------------------------------
|
||||
*0* Don't show link destination
|
||||
*1* Show the link in the status line
|
||||
*2* Show the link in the command line
|
||||
*2* Show the link in the command-line
|
||||
-------------------------------------------
|
||||
|
||||
____
|
||||
@@ -726,7 +726,7 @@ ____
|
||||
|\'wim'| |\'wildmode'|
|
||||
||'wildmode' 'wim'|| stringlist (default: "list:full")
|
||||
____
|
||||
Define how command line completion works.
|
||||
Define how command-line completion works.
|
||||
It is a comma-separated list of parts, where each part specifies
|
||||
what to do for each consecutive use of the completion key.
|
||||
The first part specifies the behavior for the first use of the completion key,
|
||||
@@ -749,7 +749,7 @@ ____
|
||||
|\'wop'| |\'wildoptions'|
|
||||
||'wildoptions' 'wop'|| stringlist (default: "")
|
||||
____
|
||||
A list of words that change how command line completion is done.
|
||||
A list of words that change how command-line completion is done.
|
||||
|
||||
Possible words:
|
||||
`--------`-------------------------------
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
HEADER
|
||||
|
||||
Vimperator does not yet read any command line options. When it does, they will
|
||||
Vimperator does not yet read any command-line options. When it does, they will
|
||||
be documented here.
|
||||
|
||||
section:Initialization[initialization,startup]
|
||||
|
||||
@@ -211,7 +211,7 @@ how to make the best use of them.
|
||||
It's exactly what it sounds like. This command will display a colorized,
|
||||
scrollable and clickable list of the locations in Vimperator's history.
|
||||
* [c]:emenu[c] --
|
||||
Access the Firefox menus through the Vimperator commandline.
|
||||
Access the Firefox menus through the Vimperator command-line.
|
||||
|
||||
|
||||
Feel free to explore at this point. If you use the [c]:tabopen[c] command,
|
||||
|
||||
@@ -86,7 +86,7 @@ section:Uncategorized{nbsp}help[uncategorized]
|
||||
|<C-[>| |<Esc>| +
|
||||
||<Esc>||
|
||||
________________________________________________________________________________
|
||||
Focus content. Exits any command line or hint mode and returns to browser
|
||||
Focus content. Exits any command-line or hint mode and returns to browser
|
||||
mode. Also focuses the web page, in case a form field has focus and eats
|
||||
our key presses.
|
||||
________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user