1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:57:58 +01:00

Add macro [c] to the appropriate descriptions of commands

Signed-off-by: Ted Pavlic <ted@tedpavlic.com>
This commit is contained in:
janus_wel
2009-02-09 16:45:18 +09:00
committed by Ted Pavlic
parent 057cbf8cbd
commit bd69b43e89
4 changed files with 19 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ Available {events}:
*LocationChange* Triggered when changing tabs or when navigating to a new location *LocationChange* Triggered when changing tabs or when navigating to a new location
*PageLoadPre* Triggered after a page load is initiated. *PageLoadPre* Triggered after a page load is initiated.
*PageLoad* Triggered when a page gets (re)loaded/opened *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 *VimperatorEnter* Triggered after Firefox starts
*VimperatorLeavePre* Triggered before exiting Firefox, just before destroying each module *VimperatorLeavePre* Triggered before exiting Firefox, just before destroying each module
*VimperatorLeave* Triggered before exiting Firefox *VimperatorLeave* Triggered before exiting Firefox

View File

@@ -98,13 +98,13 @@ section:Normal{nbsp}mode[normal-index]
||g<|| Redisplay the last command output + ||g<|| Redisplay the last command output +
||g0|| Go to the first tab + ||g0|| Go to the first tab +
||g<C-g>|| Print file information + ||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 + ||gF|| View source with an external editor +
||gH|| Open homepage in a new tab + ||gH|| Open homepage in a new tab +
||gP|| Open (put) a URL based on the current clipboard contents in a new buffer + ||gP|| Open (put) a URL based on the current clipboard contents in a new buffer +
||gT|| Go to previous tab + ||gT|| Go to previous tab +
||gU|| Go to the root of the website + ||gU|| Go to the root of the website +
||gb|| Repeat last :buffer[!] command + ||gb|| Repeat last [c]:buffer[!][c] command +
||gf|| View source + ||gf|| View source +
||gg|| Go to the top of the document + ||gg|| Go to the top of the document +
||gh|| Open homepage + ||gh|| Open homepage +
@@ -260,8 +260,8 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
section:Options[option-index] section:Options[option-index]
||'activate'|| Define when tabs are automatically activated + ||'activate'|| Define when tabs are automatically activated +
||'cdpath'|| List of directories searched when executing :cd + ||'cdpath'|| List of directories searched when executing [c]:cd[c] +
||'complete'|| Items which are completed at the :[tab]open prompt + ||'complete'|| Items which are completed at the [c]:[tab]open prompt[c] +
||'defsearch'|| Set the default search engine + ||'defsearch'|| Set the default search engine +
||'editor'|| Set the external text editor + ||'editor'|| Set the external text editor +
||'errorbells'|| Ring the bell when an error message is displayed + ||'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 + ||'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 + ||'nextpattern'|| Patterns to use when guessing the \'next' page in a document sequence +
||'online'|| Set the \'work offline' option + ||'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 + ||'popups'|| Where to show requested popup windows +
||'preload'|| Speed up first time history/bookmark completion + ||'preload'|| Speed up first time history/bookmark completion +
||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence + ||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence +
||'runtimepath'|| List of directories searched for runtime files + ||'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 + ||'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 + ||'shell'|| Shell to use for executing [c]:![c] and [c]:run[c] commands +
||'shellcmdflag'|| Flag passed to shell when executing :! and :run commands + ||'shellcmdflag'|| Flag passed to shell when executing [c]:![c] and [c]:run[c] 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 + ||'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 + ||'showtabline'|| Control when to show the tab bar of opened web pages +

View File

@@ -224,9 +224,9 @@ ____
|\'cd'| |\'cdpath'| |\'cd'| |\'cdpath'|
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,") ||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
____ ____
List of directories searched when executing the :cd command. This is only used List of directories searched when executing the [c]:cd[c] command. This is
for relative paths, if an absolute path is specified then the option is only used for relative paths, if an absolute path is specified then the option
ignored. is ignored.
____ ____
@@ -635,14 +635,14 @@ ____
|\'shell'| |\'sh'| |\'shell'| |\'sh'|
||'shell' 'sh'|| string (default: _$SHELL_ or "sh", Win32: "cmd.exe") ||'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'|
||'shellcmdflag' 'shcf'|| string (default: "-c", Win32: "/c") ||'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" E.g. "bash -c gvim"
____ ____
@@ -728,10 +728,10 @@ ____
||'urlseparator'|| string (default: ",\s") ||'urlseparator'|| string (default: ",\s")
____ ____
Set the separator regexp used to separate multiple URL args. Multiple Set the separator regexp used to separate multiple URL args. Multiple
arguments can be specified for :open, and similar commands, using this regexp arguments can be specified for [c]:open[c], and similar commands, using this
as the separator. Using whitespace alone is not generally useful since it is regexp as the separator. Using whitespace alone is not generally useful since
often contained in a single argument. E.g. [c]:open linus torvalds[c] should it is often contained in a single argument. E.g. [c]:open linus torvalds[c]
perform a single search for the key words "linus" and "torvalds" should perform a single search for the key words "linus" and "torvalds"
____ ____

View File

@@ -20,7 +20,8 @@ ________________________________________________________________________________
section:Firefox{nbsp}printing{nbsp}dialogs[firefox-print-dialogs] 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 :dialog printpreview