mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 23:35:49 +01:00
A number of minor fixes in help files.
Mostly typos/omissions/markup errors, more remarkable e. g. changing 'b' to 'B' in tutorial reflecting a change from 1.2. Also uncommented [macros] section in asciidoc.conf (is that right?). Signed-off-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
committed by
Doug Kearns
parent
7b9dfd2070
commit
926355a7ec
@@ -28,7 +28,7 @@ HEADER=<div style="float: right; padding-left: 1px;"> <form action="https://www.
|
|||||||
\[count\]=<span class="argument">[count]</span>
|
\[count\]=<span class="argument">[count]</span>
|
||||||
\[!\]=<span class="argument">[!]</span>
|
\[!\]=<span class="argument">[!]</span>
|
||||||
|
|
||||||
# [macros]
|
[macros]
|
||||||
# section:Introduction[tag1,tag2]
|
# section:Introduction[tag1,tag2]
|
||||||
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=section
|
(?su)(?<!\S)[\\]?\|(?P<attrlist>.+?)\|(?!\+)=section
|
||||||
# help:helptext[href]
|
# help:helptext[href]
|
||||||
@@ -56,6 +56,7 @@ HEADER=<div style="float: right; padding-left: 1px;"> <form action="https://www.
|
|||||||
[m]=#mapping
|
[m]=#mapping
|
||||||
[a]=#argument
|
[a]=#argument
|
||||||
# FIXME: this prevents all asciidoc attribute processing
|
# FIXME: this prevents all asciidoc attribute processing
|
||||||
|
# ^obviously it doesn't? --stepnem
|
||||||
{|}=argument2
|
{|}=argument2
|
||||||
# disable monospaced text as all our text is monospaced and it causes problems for some things
|
# disable monospaced text as all our text is monospaced and it causes problems for some things
|
||||||
+=
|
+=
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ Available {events}:
|
|||||||
*DownloadPost* Triggered when a download has completed
|
*DownloadPost* Triggered when a download has completed
|
||||||
*Fullscreen* Triggered when the browser's fullscreen state changes
|
*Fullscreen* Triggered when the browser's fullscreen state changes
|
||||||
*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 [c]:![c]{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
|
||||||
@@ -45,7 +45,7 @@ The following keywords are available where relevant:
|
|||||||
`--------------`----------------------------------------------
|
`--------------`----------------------------------------------
|
||||||
*<url>* The URL against which the event was selected.
|
*<url>* The URL against which the event was selected.
|
||||||
*<title>* The page, bookmark or download title.
|
*<title>* The page, bookmark or download title.
|
||||||
*<tab>* The index tab in which the event occurred.
|
*<tab>* The tab in which the event occurred.
|
||||||
*<tags>* The tags applied to <url>. Only for *BookmarkAdd*.
|
*<tags>* The tags applied to <url>. Only for *BookmarkAdd*.
|
||||||
*<keyword>* The keywords applied to the bookmark. Only for *BookmarkAdd*.
|
*<keyword>* The keywords applied to the bookmark. Only for *BookmarkAdd*.
|
||||||
*<icon>* The icon associated with <url>. Only for *BookmarkAdd*.
|
*<icon>* The icon associated with <url>. Only for *BookmarkAdd*.
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ section:Opening{nbsp}web{nbsp}pages[opening]
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Open one or more URLs in the current tab.
|
Open one or more URLs in the current tab.
|
||||||
Multiple URLs can be separated with 'urlseparator' (default: ", " Note that the
|
Multiple URLs can be separated with 'urlseparator' (default: ", " Note that the
|
||||||
space after the comma is required.")
|
space after the comma is required.)
|
||||||
The first URL is opened in the current tab, and all other URLs are
|
The first URL is opened in the current tab, and all other URLs are
|
||||||
opened in new tabs.
|
opened in new tabs.
|
||||||
Each token is analyzed and in this order:
|
Each token is analyzed and in this order:
|
||||||
@@ -71,7 +71,7 @@ ________________________________________________________________________________
|
|||||||
||t||
|
||t||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Just like [c]:open[c] but also uses a new tab for the first URL. When
|
Just like [c]:open[c] but also uses a new tab for the first URL. When
|
||||||
used with [!], the 'tabopen' value of the 'activate' option is negated.
|
used with [!], the *tabopen* value of the 'activate' option is negated.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -86,9 +86,9 @@ ________________________________________________________________________________
|
|||||||
|:tabd| |:tabduplicate|
|
|:tabd| |:tabduplicate|
|
||||||
||:[count]tabd[uplicate][!]|| +
|
||:[count]tabd[uplicate][!]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Duplicates current tab [count] times. Uses 'tabopen' value of the 'activate' to
|
Duplicates current tab [count] times. Uses *tabopen* value of the 'activate'
|
||||||
determine if last cloned tab should be activated. When used with [!], 'tabopen'
|
option to determine if the last cloned tab should be activated. When used with
|
||||||
value is negated.
|
[!], *tabopen* value is negated.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -138,7 +138,7 @@ ________________________________________________________________________________
|
|||||||
||[count]<C-x>||
|
||[count]<C-x>||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Decrements the last number in URL by 1, or by [count] if given. Negative
|
Decrements the last number in URL by 1, or by [count] if given. Negative
|
||||||
numbers are not supported, as this not generally useful, so the number cannot
|
numbers are not supported, as this is not generally useful, so the number cannot
|
||||||
be decremented past 0.
|
be decremented past 0.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
@@ -160,22 +160,22 @@ ________________________________________________________________________________
|
|||||||
section:Navigating[navigating]
|
section:Navigating[navigating]
|
||||||
|
|
||||||
|H| |<C-o>| |CTRL-O| |:ba| |:back|
|
|H| |<C-o>| |CTRL-O| |:ba| |:back|
|
||||||
||:[count]ba[ck] {url}|| +
|
||:[count]ba[ck] [url]|| +
|
||||||
||:ba[ck]!|| +
|
||:ba[ck]!|| +
|
||||||
||CTRL-o||
|
||CTRL-o||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Go [count] pages back in the browser history. If {url} is specified go back to
|
Go [count] pages back in the browser history. If [url] is specified go back to
|
||||||
the first matching URL. The special version [c]:back![c] goes to the beginning
|
the first matching URL. The special version [c]:back![c] goes to the beginning
|
||||||
of the browser history.
|
of the browser history.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|L| |<C-i>| |CTRL-i| |:fo| |:fw| |:forward|
|
|L| |<C-i>| |CTRL-i| |:fo| |:fw| |:forward|
|
||||||
||:[count]fo[rward] {url}|| +
|
||:[count]fo[rward] [url]|| +
|
||||||
||:fo[rward]!|| +
|
||:fo[rward]!|| +
|
||||||
||CTRL-i||
|
||CTRL-i||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Go [count] pages forward in the browser history. If {url} is specified go
|
Go [count] pages forward in the browser history. If [url] is specified go
|
||||||
forward to the first matching URL. The special version [c]:forward![c] goes to
|
forward to the first matching URL. The special version [c]:forward![c] goes to
|
||||||
the end of the browser history.
|
the end of the browser history.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -311,7 +311,7 @@ ________________________________________________________________________________
|
|||||||
||:xa[ll]||
|
||:xa[ll]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Save the session and quit. Quit Vimperator, no matter how many tabs/windows
|
Save the session and quit. Quit Vimperator, no matter how many tabs/windows
|
||||||
are open. The session is stored. [c]:wq[c] is different as in Vim, as it
|
are open. The session is stored. [c]:wq[c] is different from Vim, as it
|
||||||
closes the window instead of just one tab by popular demand. Complain on the
|
closes the window instead of just one tab by popular demand. Complain on the
|
||||||
mailing list, if you want to change that.
|
mailing list, if you want to change that.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
@@ -243,28 +243,28 @@ between 0 and 1, not as a percentage.
|
|||||||
|+| |zi| +
|
|+| |zi| +
|
||||||
||[count]zi||
|
||[count]zi||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Enlarge text zoom of current web page. Mnemonic: zoom in
|
Enlarge text zoom of current web page. Mnemonic: zoom in.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|zm| +
|
|zm| +
|
||||||
||[count]zm||
|
||[count]zm||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Enlarge text zoom of current web page by a larger amount. Mnemonic: zoom more
|
Enlarge text zoom of current web page by a larger amount. Mnemonic: zoom more.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|-| |zo| +
|
|-| |zo| +
|
||||||
||[count]zo||
|
||[count]zo||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Reduce text zoom of current web page. Mnemonic: zoom out
|
Reduce text zoom of current web page. Mnemonic: zoom out.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|zr| +
|
|zr| +
|
||||||
||[count]zr||
|
||[count]zr||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Reduce text zoom of current web page by a larger amount. Mnemonic: zoom reduce
|
Reduce text zoom of current web page by a larger amount. Mnemonic: zoom reduce.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -279,28 +279,28 @@ ________________________________________________________________________________
|
|||||||
|zI| +
|
|zI| +
|
||||||
||[count]zI||
|
||[count]zI||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Enlarge full zoom of current web page. Mnemonic: zoom in
|
Enlarge full zoom of current web page. Mnemonic: zoom in.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|zM| +
|
|zM| +
|
||||||
||[count]zM||
|
||[count]zM||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Enlarge full zoom of current web page by a larger amount. Mnemonic: zoom more
|
Enlarge full zoom of current web page by a larger amount. Mnemonic: zoom more.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|zO| +
|
|zO| +
|
||||||
||[count]zO||
|
||[count]zO||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Reduce full zoom of current web page. Mnemonic: zoom out
|
Reduce full zoom of current web page. Mnemonic: zoom out.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|zR| +
|
|zR| +
|
||||||
||[count]zR||
|
||[count]zR||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Reduce full zoom of current web page by a larger amount. Mnemonic: zoom reduce
|
Reduce full zoom of current web page by a larger amount. Mnemonic: zoom reduce.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ section:Writing{nbsp}documentation[writing-docs,documentation]
|
|||||||
|
|
||||||
For every new feature, writing documentation is _mandatory_ for the patch to
|
For every new feature, writing documentation is _mandatory_ for the patch to
|
||||||
be accepted. The docs are written in
|
be accepted. The docs are written in
|
||||||
http://www.methods.co.nz/asciidoc/index.html[asciidoc] version 8.x or
|
http://www.methods.co.nz/asciidoc/index.html[asciidoc] version 8.2.x.
|
||||||
newer. The are placed in the _src/locale/en-US/_ directory and compiled with
|
They are placed in the _src/locale/en-US/_ directory and compiled with
|
||||||
_make doc_. Please refer to the
|
_make doc_. Please refer to the
|
||||||
http://www.methods.co.nz/asciidoc/userguide.html[asciidoc documentation] above
|
http://www.methods.co.nz/asciidoc/userguide.html[asciidoc documentation] above
|
||||||
for details. Usually you can just write text as is, and mostly it will be
|
for details. Usually you can just write text as is, and mostly it will be
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ HEADER
|
|||||||
|gui| +
|
|gui| +
|
||||||
|
|
||||||
Although Vimperator offers the most frequently used Firefox functionality via
|
Although Vimperator offers the most frequently used Firefox functionality via
|
||||||
Ex and normal-mode commands there may be times when directly accessing the GUI
|
Ex and Normal mode commands there may be times when directly accessing the GUI
|
||||||
is required. There are commands for accessing the menu system, standard dialogs
|
is required. There are commands for accessing the menu system, standard dialogs
|
||||||
and the sidebar.
|
and the sidebar.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ which are translated to a string of characters. Example:
|
|||||||
|
|
||||||
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,
|
There are separate key mapping tables for each of the Normal, Insert, and
|
||||||
Command-line modes.
|
Command-line modes.
|
||||||
|
|
||||||
|:map-special-chars| +
|
|:map-special-chars| +
|
||||||
@@ -29,7 +29,7 @@ ________________________________________________________________________________
|
|||||||
||<CR>||
|
||<CR>||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Expand to a line terminator in a key mapping. An Ex command in the {rhs} of a
|
Expand to a line terminator in a key mapping. An Ex command in the {rhs} of a
|
||||||
mapping requires a a line terminator after it so that it is executed when the
|
mapping requires a line terminator after it so that it is executed when the
|
||||||
mapping is expanded. [m]<CR>[m] should be used for this purpose.
|
mapping is expanded. [m]<CR>[m] should be used for this purpose.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ ________________________________________________________________________________
|
|||||||
Map the key sequence {lhs} to {rhs}. The {rhs} is remapped, allowing for
|
Map the key sequence {lhs} to {rhs}. The {rhs} is remapped, allowing for
|
||||||
nested and recursive mappings.
|
nested and recursive mappings.
|
||||||
|
|
||||||
Warning: Mappings are NOT saved during sessions, make sure you put them in your
|
Warning: Mappings are NOT saved between sessions, make sure you put them in your
|
||||||
vimperatorrc file!
|
vimperatorrc file!
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ ________________________________________________________________________________
|
|||||||
Map the key sequence {lhs} to {rhs} (in Command-line mode). The {rhs} is
|
Map the key sequence {lhs} to {rhs} (in Command-line mode). The {rhs} is
|
||||||
remapped, allowing for nested and recursive mappings.
|
remapped, allowing for nested and recursive mappings.
|
||||||
|
|
||||||
Warning: Mappings are NOT saved during sessions, make sure you put them in your
|
Warning: Mappings are NOT saved between sessions, make sure you put them in your
|
||||||
vimperatorrc file!
|
vimperatorrc file!
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
@@ -80,10 +80,10 @@ ________________________________________________________________________________
|
|||||||
||:imap {lhs}|| +
|
||:imap {lhs}|| +
|
||||||
||:imap||
|
||:imap||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Map the key sequence {lhs} to {rhs} (in insert mode). The {rhs} is remapped,
|
Map the key sequence {lhs} to {rhs} (in Insert mode). The {rhs} is remapped,
|
||||||
allowing for nested and recursive mappings.
|
allowing for nested and recursive mappings.
|
||||||
|
|
||||||
Warning: Mappings are NOT saved during sessions, make sure you put them in your
|
Warning: Mappings are NOT saved between sessions, make sure you put them in your
|
||||||
vimperatorrc file!
|
vimperatorrc file!
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
@@ -107,7 +107,7 @@ ________________________________________________________________________________
|
|||||||
|:imapc| |:imapclear| +
|
|:imapc| |:imapclear| +
|
||||||
||:imapc[lear]||
|
||:imapc[lear]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Remove all mappings (in insert mode). All user-defined mappings which were set
|
Remove all mappings (in Insert mode). All user-defined mappings which were set
|
||||||
by [c]:imap[c] or [c]:inoremap[c] are cleared.
|
by [c]:imap[c] or [c]:inoremap[c] are cleared.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
@@ -136,7 +136,7 @@ ________________________________________________________________________________
|
|||||||
||:ino[remap] {lhs}|| +
|
||:ino[remap] {lhs}|| +
|
||||||
||:ino[remap]||
|
||:ino[remap]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Map the key sequence {lhs} to {rhs} (in insert mode). No remapping of the
|
Map the key sequence {lhs} to {rhs} (in Insert mode). No remapping of the
|
||||||
{rhs} is performed.
|
{rhs} is performed.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
@@ -167,7 +167,7 @@ ________________________________________________________________________________
|
|||||||
|:iunm| |:iunmap| +
|
|:iunm| |:iunmap| +
|
||||||
||:iunm[ap] {lhs}||
|
||:iunm[ap] {lhs}||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Remove the mapping of {lhs} (in insert mode).
|
Remove the mapping of {lhs} (in Insert mode).
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
section:Abbreviations[abbreviations]
|
section:Abbreviations[abbreviations]
|
||||||
@@ -178,8 +178,8 @@ words. An abbreviation can be one of three types that are defined by the
|
|||||||
types of constituent characters. Whitespace and quotes are non-keyword
|
types of constituent characters. Whitespace and quotes are non-keyword
|
||||||
types, and all other characters are keyword types.
|
types, and all other characters are keyword types.
|
||||||
|
|
||||||
1. A "full-id" abbreviation consists entirely of characters that are not
|
1. A "full-id" abbreviation consists entirely of keyword characters
|
||||||
keyword characters (e.g., "teh", "msoft").
|
(e.g., "teh", "msoft").
|
||||||
|
|
||||||
2. An "end-id" abbreviation ends in keyword character but otherwise
|
2. An "end-id" abbreviation ends in keyword character but otherwise
|
||||||
contains all non-keyword characters (e.g., "'i").
|
contains all non-keyword characters (e.g., "'i").
|
||||||
@@ -304,7 +304,7 @@ The valid values are:
|
|||||||
*-nargs=1* One argument is allowed
|
*-nargs=1* One argument is allowed
|
||||||
*-nargs=** Zero or more arguments are allowed
|
*-nargs=** Zero or more arguments are allowed
|
||||||
*-nargs=?* Zero or one argument is allowed
|
*-nargs=?* Zero or one argument is allowed
|
||||||
*-nargs=+* One or more argument is allowd
|
*-nargs=+* One or more arguments are allowed
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|E180| |E181| |:command-complete| +
|
|E180| |E181| |:command-complete| +
|
||||||
@@ -365,7 +365,7 @@ available for expansion as <count> in the argument.
|
|||||||
|:command-bang| +
|
|:command-bang| +
|
||||||
Special cases
|
Special cases
|
||||||
|
|
||||||
By default a user command does not have a special version. i.e. a version
|
By default a user command does not have a special version, i.e. a version
|
||||||
executed with the ! modifier. Providing the -bang attribute will enable this
|
executed with the ! modifier. Providing the -bang attribute will enable this
|
||||||
and <bang> will be available in the argument.
|
and <bang> will be available in the argument.
|
||||||
|
|
||||||
@@ -379,7 +379,7 @@ is then executed as an Ex command.
|
|||||||
The valid escape sequences are:
|
The valid escape sequences are:
|
||||||
`----------`--------------------------------------------------------------------
|
`----------`--------------------------------------------------------------------
|
||||||
*<args>* The command arguments exactly as supplied
|
*<args>* The command arguments exactly as supplied
|
||||||
*<count>* Any supplied count E.g. 5
|
*<count>* Any supplied count, e.g. 5
|
||||||
*<bang>* ! if the command was executed with the ! modifier
|
*<bang>* ! if the command was executed with the ! modifier
|
||||||
*<lt>* A literal '<' character to allow for a literal copy of one of the escape sequences. E.g. <lt>args> will expand to a literal <args>
|
*<lt>* A literal '<' character to allow for a literal copy of one of the escape sequences. E.g. <lt>args> will expand to a literal <args>
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Vimperator supports a number of different marks:
|
|||||||
|
|
||||||
- Bookmarks which allow you to mark a web page as one of your favorites for
|
- Bookmarks which allow you to mark a web page as one of your favorites for
|
||||||
easy access.
|
easy access.
|
||||||
- QuickMarks allow you to define up to 62 (a-zA-Z0-9) web sites (or group of
|
- QuickMarks allow you to define up to 62 (a-zA-Z0-9) web sites (or groups of
|
||||||
web sites) which you visit most often.
|
web sites) which you visit most often.
|
||||||
- Local marks to store the position within a web page.
|
- Local marks to store the position within a web page.
|
||||||
- History is also a special type of marks, as Vimperator automatically
|
- History is also a special type of marks, as Vimperator automatically
|
||||||
@@ -40,7 +40,7 @@ ____________________________________________________________________________
|
|||||||
||A||
|
||A||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Toggle bookmarked state of current URL. Add/remove a bookmark for the current
|
Toggle bookmarked state of current URL. Add/remove a bookmark for the current
|
||||||
location, depending if it already is bookmarked or not. In contrast to the
|
location, depending on if it is already bookmarked or not. In contrast to the
|
||||||
[c]:bmark[c] command, the bookmark is just _starred_ which means it is placed
|
[c]:bmark[c] command, the bookmark is just _starred_ which means it is placed
|
||||||
in the _Unfiled Bookmarks Folder_ instead of the bookmarks menu.
|
in the _Unfiled Bookmarks Folder_ instead of the bookmarks menu.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -242,7 +242,7 @@ ________________________________________________________________________________
|
|||||||
|:marks| +
|
|:marks| +
|
||||||
||:marks [a][arg][a]||
|
||:marks [a][arg][a]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Show all location marks of current web page. If [a][arg][a] is specified then
|
Show all location marks of the current web page. If [a][arg][a] is specified then
|
||||||
limit the list to those marks mentioned.
|
limit the list to those marks mentioned.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ ____
|
|||||||
|
|
||||||
||:se[t] all||
|
||:se[t] all||
|
||||||
____
|
____
|
||||||
Show all options. Show all options.
|
Show all options.
|
||||||
____
|
____
|
||||||
|
|
||||||
|E518| |E519|
|
|E518| |E519|
|
||||||
@@ -125,7 +125,7 @@ ____
|
|||||||
||:setl[ocal] {option}-={value}|| +
|
||:setl[ocal] {option}-={value}|| +
|
||||||
|
|
||||||
____
|
____
|
||||||
The same as [c]:set[c] command, but it operates for current tab options
|
The same as [c]:set[c] command, but operates on current tab options
|
||||||
only. See [c]:set[c] for details.
|
only. See [c]:set[c] for details.
|
||||||
____
|
____
|
||||||
|
|
||||||
@@ -144,7 +144,7 @@ ____
|
|||||||
||:setg[lobal] {option}-={value}|| +
|
||:setg[lobal] {option}-={value}|| +
|
||||||
|
|
||||||
____
|
____
|
||||||
The same as [c]:set[c] command, but it operates on global options only.
|
The same as [c]:set[c] command, but operates on global options only.
|
||||||
See [c]:set[c] for details.
|
See [c]:set[c] for details.
|
||||||
____
|
____
|
||||||
|
|
||||||
@@ -377,7 +377,7 @@ Change the behaviour of [m]<Return>[m] in hint mode. Possible values:
|
|||||||
*0* Follow the first hint as soon as typed text uniquely identifies it.
|
*0* Follow the first hint as soon as typed text uniquely identifies it.
|
||||||
Follow the selected hint on [m]<Return>[m].
|
Follow the selected hint on [m]<Return>[m].
|
||||||
*1* Follow the selected hint on [m]<Return>[m].
|
*1* Follow the selected hint on [m]<Return>[m].
|
||||||
*2* Follow the selected hint on [m]<Return>[m] only it's been [m]<Tab>[m]-selected.
|
*2* Follow the selected hint on [m]<Return>[m] only if it's been [m]<Tab>[m]-selected.
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
|
||||||
____
|
____
|
||||||
@@ -651,7 +651,7 @@ ____
|
|||||||
|\'ssli'| |\'showstatuslinks'|
|
|\'ssli'| |\'showstatuslinks'|
|
||||||
||'showstatuslinks' 'ssli'|| number (default: 1)
|
||'showstatuslinks' 'ssli'|| number (default: 1)
|
||||||
____
|
____
|
||||||
Show the destination of the link under the cursor in the status bar
|
Show the destination of the link under the cursor in the status bar.
|
||||||
Also links which are focused by keyboard commands like [m]<Tab>[m] are shown. Possible values:
|
Also links which are focused by keyboard commands like [m]<Tab>[m] are shown. Possible values:
|
||||||
|
|
||||||
.---`--------------------------------------
|
.---`--------------------------------------
|
||||||
@@ -689,7 +689,7 @@ ____
|
|||||||
||'suggestengines' || stringlist (default: "google")
|
||'suggestengines' || stringlist (default: "google")
|
||||||
____
|
____
|
||||||
Set the search engines which can be used for completion suggestions.
|
Set the search engines which can be used for completion suggestions.
|
||||||
Add "S" to the 'complete' option if you want use this feature.
|
Add "S" to the 'complete' option if you want to use this feature.
|
||||||
|
|
||||||
Warning: This feature could make tab-completion slower because it needs to
|
Warning: This feature could make tab-completion slower because it needs to
|
||||||
wait for changes, so use it only if you have a fast internet connection.
|
wait for changes, so use it only if you have a fast internet connection.
|
||||||
@@ -744,8 +744,7 @@ ____
|
|||||||
||'visualbell' 'vb'|| boolean (default: off)
|
||'visualbell' 'vb'|| boolean (default: off)
|
||||||
____
|
____
|
||||||
Use visual bell instead of beeping on errors. The visual bell style is
|
Use visual bell instead of beeping on errors. The visual bell style is
|
||||||
controlled by [c]:hi Bell[c]. If no bell is desired use [c]:set t_vb=[c]
|
controlled by [c]:hi Bell[c].
|
||||||
together with this option.
|
|
||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
@@ -776,7 +775,7 @@ ____
|
|||||||
|\'wim'| |\'wildmode'|
|
|\'wim'| |\'wildmode'|
|
||||||
||'wildmode' 'wim'|| stringlist (default: "list:full")
|
||'wildmode' 'wim'|| stringlist (default: "list:full")
|
||||||
____
|
____
|
||||||
Define how command-line completion works.
|
Defines how command-line completion works.
|
||||||
It is a comma-separated list of parts, where each part specifies
|
It is a comma-separated list of parts, where each part specifies
|
||||||
what to do for each consecutive use of the completion key.
|
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,
|
The first part specifies the behavior for the first use of the completion key,
|
||||||
@@ -788,7 +787,7 @@ These are the possible values for each part:
|
|||||||
"full" Complete the next full match. After the last, the original string is used.
|
"full" Complete the next full match. After the last, the original string is used.
|
||||||
"longest" Complete till the longest common string.
|
"longest" Complete till the longest common string.
|
||||||
"list" When more than one match, list all matches.
|
"list" When more than one match, list all matches.
|
||||||
"list:full" When more than one match, list all matches and complete first match.
|
"list:full" When more than one match, list all matches and complete the first match.
|
||||||
"list:longest" When more than one match, list all matches and complete till the longest common string. \
|
"list:longest" When more than one match, list all matches and complete till the longest common string. \
|
||||||
When there is only a single match, it is fully completed regardless of the case.
|
When there is only a single match, it is fully completed regardless of the case.
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ commands as Firefox does not provide native regexp support. It is unlikely that
|
|||||||
this will ever be available.
|
this will ever be available.
|
||||||
|
|
||||||
|/| +
|
|/| +
|
||||||
||/\\{pattern\\}[/]<CR>|| +
|
||/{pattern}[/]<CR>|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Search forward for the first occurrence of {pattern}.
|
Search forward for the first occurrence of {pattern}.
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Vimperator can repeat a number of commands and record macros.
|
|||||||
section:Macros[macros,complex-repeat]
|
section:Macros[macros,complex-repeat]
|
||||||
|
|
||||||
|q|
|
|q|
|
||||||
||q {0-9a-zA-Z}|| +
|
||q{0-9a-zA-Z}|| +
|
||||||
____________________________________________________________________________
|
____________________________________________________________________________
|
||||||
Record a key sequence into a macro.
|
Record a key sequence into a macro.
|
||||||
Available macros are {0-9a-zA-Z} (uppercase to append).
|
Available macros are {0-9a-zA-Z} (uppercase to append).
|
||||||
@@ -49,7 +49,7 @@ ____________________________________________________________________________
|
|||||||
|
|
||||||
|
|
||||||
|.|
|
|.|
|
||||||
||[count].|
|
||[count].||
|
||||||
____________________________________________________________________________
|
____________________________________________________________________________
|
||||||
Repeat the last keyboard mapping [count] times. Note that, unlike in Vim, this
|
Repeat the last keyboard mapping [count] times. Note that, unlike in Vim, this
|
||||||
does not apply solely to editing commands, mainly because Vimperator doesn't
|
does not apply solely to editing commands, mainly because Vimperator doesn't
|
||||||
@@ -104,7 +104,7 @@ ________________________________________________________________________________
|
|||||||
|
|
||||||
|
|
||||||
|:ru| |:runtime|
|
|:ru| |:runtime|
|
||||||
||:runt[ime][!]| {file} ...|| +
|
||:runt[ime][!] {file} ...|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Source the specified file from each directory in 'runtimepath'. Example: +
|
Source the specified file from each directory in 'runtimepath'. Example: +
|
||||||
[c]:runtime plugin/foobar.vimp[c] +
|
[c]:runtime plugin/foobar.vimp[c] +
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ sourced.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|:hi| |:highlight| +
|
|:hi| |:highlight| +
|
||||||
||:hi[ghlight] [-append] {group}[{selector}] [{css}]|| +
|
||:hi[ghlight][!] [-append] {group}[{selector}] [{css}]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Highlight {group} with {css}. Normally, {css} is checked for
|
Highlight {group} with {css}. Normally, {css} is checked for
|
||||||
valid syntax before it's applied. Once you're certain it's
|
valid syntax before it's applied. Once you're certain it's
|
||||||
@@ -86,7 +86,7 @@ Valid groups are:
|
|||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
Every invocation completely replaces the styling of any previous invocation,
|
Every invocation completely replaces the styling of any previous invocation,
|
||||||
unless [-append] (short option: -a) is provided, in which case, {css} is
|
unless *-append* (short option: *-a*) is provided, in which case {css} is
|
||||||
appended to its current value. If {css} is not provided, any styles matching
|
appended to its current value. If {css} is not provided, any styles matching
|
||||||
{group} are listed.
|
{group} are listed.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -103,12 +103,12 @@ ________________________________________________________________________________
|
|||||||
||:sty[le][!] [-name={name}] [-append] {filter} [{css}]|| +
|
||:sty[le][!] [-name={name}] [-append] {filter} [{css}]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Add CSS styles to the browser or to web pages. {filter} is a comma
|
Add CSS styles to the browser or to web pages. {filter} is a comma
|
||||||
separated list of URLs to match. URLs ending with [c]*[c] are matched as
|
separated list of URLs to match. URLs ending with *\** are matched as
|
||||||
prefixes, URLs not containing any [c]:[c] or [c]/[c] characters are
|
prefixes, URLs not containing any *:* or */* characters are
|
||||||
matched as domains. If {name} (short option: [c]-n[c]) is provided, any
|
matched as domains. If {name} (short option: [c]-n[c]) is provided, any
|
||||||
existing style with the same name is overridden, and the style may later
|
existing style with the same name is overridden, and the style may later
|
||||||
be deleted using {name}. If -append (short option: [c]-a[c]) is provided
|
be deleted using {name}. If *-append* (short option: *-a*) is provided
|
||||||
along with [c]-name[c], {css} and {filter} are appended to its current
|
along with *-name*, {css} and {filter} are appended to its current
|
||||||
value.
|
value.
|
||||||
|
|
||||||
If {css} isn't provided, matching styles are listed.
|
If {css} isn't provided, matching styles are listed.
|
||||||
@@ -123,9 +123,9 @@ style for [c]www.google.com,mozilla.org[c], will result in a style for
|
|||||||
[c]www.google.com[c]. The available options are:
|
[c]www.google.com[c]. The available options are:
|
||||||
|
|
||||||
* [c]-name[c]: The name provided to [c]:style[c] (short option:
|
* [c]-name[c]: The name provided to [c]:style[c] (short option:
|
||||||
[c]-n[c])
|
*-n*)
|
||||||
* [c]-index[c]: For unnamed styles, the index listed by [c]:style[c]
|
* [c]-index[c]: For unnamed styles, the index listed by [c]:style[c]
|
||||||
(short option: [c]-i[c])
|
(short option: *-i*)
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
// vim: set filetype=asciidoc:
|
// vim: set filetype=asciidoc:
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ buffer, it is selected. With [!] the next buffer matching the argument is
|
|||||||
selected, even if it cannot be identified uniquely. Use [m]b[m] as a
|
selected, even if it cannot be identified uniquely. Use [m]b[m] as a
|
||||||
shortcut to open this prompt.
|
shortcut to open this prompt.
|
||||||
|
|
||||||
If argument is [a]#[a], the alternate buffer will be selected (see [m]<C-^>[m]).
|
If argument is [a]\#[a], the alternate buffer will be selected (see [m]<C-^>[m]).
|
||||||
|
|
||||||
If no argument is given the current buffer remains current.
|
If no argument is given the current buffer remains current.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -153,7 +153,7 @@ ________________________________________________________________________________
|
|||||||
||:[count]bn[ext] [count]|| +
|
||:[count]bn[ext] [count]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Switch to the next or [count]th tab. Cycles to the first tab when the last is
|
Switch to the next or [count]th tab. Cycles to the first tab when the last is
|
||||||
selected and {count} is not specified.
|
selected and [count] is not specified.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -203,8 +203,8 @@ ________________________________________________________________________________
|
|||||||
||:[count]u[ndo] [a][url][a]|| +
|
||:[count]u[ndo] [a][url][a]|| +
|
||||||
||[count]u||
|
||[count]u||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Undo closing of a tab. If a count is given, don't close the last but the
|
Undo closing of a tab. If a count is given, don't undo the last but the
|
||||||
[count]th last tab. With [a][url][a] restores the tab matching the URL.
|
[count]th last closed tab. With [a][url][a] restores the tab matching the URL.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ bare-looking window. The menubar, navigation bar, and bookmark bars are hidden.
|
|||||||
In case you missed the notice in the help:Introduction[intro.html], you can
|
In case you missed the notice in the help:Introduction[intro.html], you can
|
||||||
regain these by issuing the command
|
regain these by issuing the command
|
||||||
|
|
||||||
:set go+=mTb<CR>
|
:set go+=mTB<CR>
|
||||||
|
|
||||||
where [m]<CR>[m] represents pressing the <Enter> or <Return> key.
|
where [m]<CR>[m] represents pressing the <Enter> or <Return> key.
|
||||||
If you're a veteran Vim user, this may look familiar. It should.
|
If you're a veteran Vim user, this may look familiar. It should.
|
||||||
@@ -39,7 +39,7 @@ The other core mode of Vimperator, command-line mode, can be entered from
|
|||||||
normal mode by typing a \':' (colon). You will frequently see Vimperator
|
normal mode by typing a \':' (colon). You will frequently see Vimperator
|
||||||
commands start with a \':', indicating that what follows is a command.
|
commands start with a \':', indicating that what follows is a command.
|
||||||
|
|
||||||
To return to normal mode command-line mode, type [m]<Esc>[m]. Pressing
|
To return to normal mode from command-line mode, type [m]<Esc>[m]. Pressing
|
||||||
[m]<Esc>[m] will also return you to normal mode from most other modes in
|
[m]<Esc>[m] will also return you to normal mode from most other modes in
|
||||||
Vimperator.
|
Vimperator.
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ The efficiency of Vimperator, as with the legendary editor it was inspired by,
|
|||||||
relies on the user being able to keep his fingers on the keyboard where they
|
relies on the user being able to keep his fingers on the keyboard where they
|
||||||
can do the most good. While there are some areas where the mouse is clearly
|
can do the most good. While there are some areas where the mouse is clearly
|
||||||
superior at, such as GUI design or some games, Vimperator acts on the
|
superior at, such as GUI design or some games, Vimperator acts on the
|
||||||
assumption that the web browser doesn't have to be one of those.
|
assumption that a web browser doesn't have to be one of those.
|
||||||
|
|
||||||
Here are some areas where the mouse is typically considered indisposable, and
|
Here are some areas where the mouse is typically considered indisposable, and
|
||||||
how Vimperator challenges this preconception.
|
how Vimperator challenges this preconception.
|
||||||
@@ -116,7 +116,7 @@ Vimmers.
|
|||||||
|
|
||||||
To open a web page in a new tab, use the [c]:tabopen {url}[c]. To open a URL in
|
To open a web page in a new tab, use the [c]:tabopen {url}[c]. To open a URL in
|
||||||
the current tab, use [c]:open[c]. The normal mode mappings [m]t[m] and [m]o[m],
|
the current tab, use [c]:open[c]. The normal mode mappings [m]t[m] and [m]o[m],
|
||||||
respectively, map to these commands, so the following pairs sequences are
|
respectively, map to these commands, so the following pairs of sequences are
|
||||||
equivalent:
|
equivalent:
|
||||||
|
|
||||||
:open my.webmail.com<CR>
|
:open my.webmail.com<CR>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ ________________________________________________________________________________
|
|||||||
Execute Normal mode commands {commands}. This makes it possible to execute
|
Execute Normal mode commands {commands}. This makes it possible to execute
|
||||||
Normal mode commands typed on the command line. {commands} is executed like it
|
Normal mode commands typed on the command line. {commands} is executed like it
|
||||||
is typed. If the [!] is given, mappings will not be used. {commands} should be
|
is typed. If the [!] is given, mappings will not be used. {commands} should be
|
||||||
a complete command. {commands} cannot start with a space. Put a 1 (one) before
|
a complete command. {commands} cannot start with a space. Put 1 space before
|
||||||
it, 1 space is one space.
|
it, 1 space is one space.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user