mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:08:00 +01:00
Add macro [c] to the appropriate descriptions of commands
Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
This commit is contained in:
@@ -30,7 +30,7 @@ Available {events}:
|
||||
*LocationChange* Triggered when changing tabs or when navigating to a new location
|
||||
*PageLoadPre* Triggered after a page load is initiated.
|
||||
*PageLoad* Triggered when a page gets (re)loaded/opened
|
||||
*ShellCmdPost* Triggered after executing a shell command with :!cmd
|
||||
*ShellCmdPost* Triggered after executing a shell command with [c]:![c]{cmd}
|
||||
*VimperatorEnter* Triggered after Firefox starts
|
||||
*VimperatorLeavePre* Triggered before exiting Firefox, just before destroying each module
|
||||
*VimperatorLeave* Triggered before exiting Firefox
|
||||
|
||||
@@ -98,13 +98,13 @@ section:Normal{nbsp}mode[normal-index]
|
||||
||g<|| Redisplay the last command output +
|
||||
||g0|| Go to the first tab +
|
||||
||g<C-g>|| Print file information +
|
||||
||gB|| Repeat last :buffer[!] command in reverse direction +
|
||||
||gB|| Repeat last [c]:buffer[!][c] command in reverse direction +
|
||||
||gF|| View source with an external editor +
|
||||
||gH|| Open homepage in a new tab +
|
||||
||gP|| Open (put) a URL based on the current clipboard contents in a new buffer +
|
||||
||gT|| Go to previous tab +
|
||||
||gU|| Go to the root of the website +
|
||||
||gb|| Repeat last :buffer[!] command +
|
||||
||gb|| Repeat last [c]:buffer[!][c] command +
|
||||
||gf|| View source +
|
||||
||gg|| Go to the top of the document +
|
||||
||gh|| Open homepage +
|
||||
@@ -260,8 +260,8 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
|
||||
section:Options[option-index]
|
||||
|
||||
||'activate'|| Define when tabs are automatically activated +
|
||||
||'cdpath'|| List of directories searched when executing :cd +
|
||||
||'complete'|| Items which are completed at the :[tab]open prompt +
|
||||
||'cdpath'|| List of directories searched when executing [c]:cd[c] +
|
||||
||'complete'|| Items which are completed at the [c]:[tab]open prompt[c] +
|
||||
||'defsearch'|| Set the default search engine +
|
||||
||'editor'|| Set the external text editor +
|
||||
||'errorbells'|| Ring the bell when an error message is displayed +
|
||||
@@ -289,14 +289,14 @@ section:Options[option-index]
|
||||
||'newtab'|| Define which commands should output in a new tab by default +
|
||||
||'nextpattern'|| Patterns to use when guessing the \'next' page in a document sequence +
|
||||
||'online'|| Set the \'work offline' option +
|
||||
||'pageinfo'|| Desired info on :pa[geinfo] +
|
||||
||'pageinfo'|| Desired info on [c]:pa[geinfo][c] +
|
||||
||'popups'|| Where to show requested popup windows +
|
||||
||'preload'|| Speed up first time history/bookmark completion +
|
||||
||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence +
|
||||
||'runtimepath'|| List of directories searched for runtime files +
|
||||
||'scroll'|| Number of lines to scroll with [m]<C-u>[m] and [m]<C-d>[m] commands +
|
||||
||'shell'|| Shell to use for executing :! and :run commands +
|
||||
||'shellcmdflag'|| Flag passed to shell when executing :! and :run commands +
|
||||
||'shell'|| Shell to use for executing [c]:![c] and [c]:run[c] commands +
|
||||
||'shellcmdflag'|| Flag passed to shell when executing [c]:![c] and [c]:run[c] commands +
|
||||
||'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 +
|
||||
|
||||
@@ -224,9 +224,9 @@ ____
|
||||
|\'cd'| |\'cdpath'|
|
||||
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
|
||||
____
|
||||
List of directories searched when executing the :cd command. This is only used
|
||||
for relative paths, if an absolute path is specified then the option is
|
||||
ignored.
|
||||
List of directories searched when executing the [c]:cd[c] command. This is
|
||||
only used for relative paths, if an absolute path is specified then the option
|
||||
is ignored.
|
||||
____
|
||||
|
||||
|
||||
@@ -635,14 +635,14 @@ ____
|
||||
|\'shell'| |\'sh'|
|
||||
||'shell' 'sh'|| string (default: _$SHELL_ or "sh", Win32: "cmd.exe")
|
||||
____
|
||||
Shell to use for executing :! and :run commands.
|
||||
Shell to use for executing [c]:![c] and [c]:run[c] commands.
|
||||
____
|
||||
|
||||
|
||||
|\'shellcmdflag'| |\'shcf'|
|
||||
||'shellcmdflag' 'shcf'|| string (default: "-c", Win32: "/c")
|
||||
____
|
||||
Flag passed to shell when executing :! and :run commands.
|
||||
Flag passed to shell when executing [c]:![c] and [c]:run[c] commands.
|
||||
|
||||
E.g. "bash -c gvim"
|
||||
____
|
||||
@@ -728,10 +728,10 @@ ____
|
||||
||'urlseparator'|| string (default: ",\s")
|
||||
____
|
||||
Set the separator regexp used to separate multiple URL args. Multiple
|
||||
arguments can be specified for :open, and similar commands, using this regexp
|
||||
as the separator. Using whitespace alone is not generally useful since it is
|
||||
often contained in a single argument. E.g. [c]:open linus torvalds[c] should
|
||||
perform a single search for the key words "linus" and "torvalds"
|
||||
arguments can be specified for [c]:open[c], and similar commands, using this
|
||||
regexp as the separator. Using whitespace alone is not generally useful since
|
||||
it is often contained in a single argument. E.g. [c]:open linus torvalds[c]
|
||||
should perform a single search for the key words "linus" and "torvalds"
|
||||
____
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,8 @@ ________________________________________________________________________________
|
||||
|
||||
section:Firefox{nbsp}printing{nbsp}dialogs[firefox-print-dialogs]
|
||||
|
||||
The "Print Preview" and "Page Setup" dialogs can be opened via the :dialog command
|
||||
The "Print Preview" and "Page Setup" dialogs can be opened via the [c]:dialog[c]
|
||||
command
|
||||
|
||||
:dialog printpreview
|
||||
|
||||
|
||||
Reference in New Issue
Block a user