mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:12:26 +01:00
more minor help formatting improvements
This commit is contained in:
@@ -214,7 +214,7 @@ ________________________________________________________________________________
|
||||
|gU|
|
||||
||gU||
|
||||
________________________________________________________________________________
|
||||
Go to the root of the website. +
|
||||
Go to the root of the web site. +
|
||||
|
||||
[m]gU[m] on _http://www.example.com/dir1/dir2/file.htm_ opens
|
||||
_http://www.example.com/_.
|
||||
|
||||
@@ -33,7 +33,7 @@ ________________________________________________________________________________
|
||||
|gf| +
|
||||
||gf||
|
||||
________________________________________________________________________________
|
||||
View source. Opens the source code of the current website with the internal
|
||||
View source. Opens the source code of the current web site with the internal
|
||||
editor in the current tab.
|
||||
________________________________________________________________________________
|
||||
|
||||
@@ -41,8 +41,8 @@ ________________________________________________________________________________
|
||||
|gF| +
|
||||
||gF||
|
||||
________________________________________________________________________________
|
||||
View source with an external editor. Opens the source code of the current
|
||||
website with the external editor specified by the 'editor' option. For now the
|
||||
View source with an external editor. Opens the source code of the current web
|
||||
site with the external editor specified by the 'editor' option. For now the
|
||||
external editor must be able to download and open files from a remote URL.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ section:Features[features]
|
||||
with support for Firefox keyword bookmarks and search engines
|
||||
* Count supported for many commands ([m]3<C-o>[m] will go back 3 pages)
|
||||
* Beep on errors
|
||||
* Marks support ([m]ma[m] to set mark a on a webpage, [m]'a[m] to go there)
|
||||
* Marks support ([m]ma[m] to set mark a on a web page, [m]'a[m] to go there)
|
||||
* QuickMarks support (quickly go to previously marked web pages with [m]go[m][a]\\{a-zA-Z0-9\\}[a])
|
||||
* [c]:map[c] support (and feedkeys() for script writers)
|
||||
* [c]:time[c] support for profiling
|
||||
|
||||
@@ -7,15 +7,13 @@ Vimperator supports a number of different marks:
|
||||
- Bookmarks which allow you to mark a web page as one of your favorites for
|
||||
easy access.
|
||||
- QuickMarks allow you to define up to 62 (a-zA-Z0-9) web sites (or group of
|
||||
websites) which you really visit most often
|
||||
- Local marks to store the position with a webpage
|
||||
web sites) which you really visit most often
|
||||
- Local marks to store the position with a web page
|
||||
- History is also a special type of marks, as Vimperator automatically
|
||||
remembers sites which you have visited in the past.
|
||||
|
||||
section:Bookmarks[bookmarks]
|
||||
|
||||
INTRO TO BE WRITTEN...
|
||||
|
||||
|a| |:bma| |:bmark|
|
||||
||:bm[ark] [-title=title] [-keyword=kw] [-tags=tag1,tag2] [url]|| +
|
||||
||a||
|
||||
@@ -48,8 +46,10 @@ ________________________________________________________________________________
|
||||
|:bma| |:bmark|
|
||||
||:bma[rk] [-title=title] [-keyword=kw] [-tags=tag1,tag2] [url]|| +
|
||||
________________________________________________________________________________
|
||||
Add a bookmark. If you don't add a custom title, either the title of the web page or the URL is taken as the title. +
|
||||
You can omit the optional [url] argument, so just do [c]:bmark[c] to bookmark the currently loaded web page with a default title and without any tags. +
|
||||
Add a bookmark. If you don't add a custom title, either the title of the web
|
||||
page or the URL is taken as the title. +
|
||||
You can omit the optional [url] argument, so just do [c]:bmark[c] to bookmark
|
||||
the currently loaded web page with a default title and without any tags. +
|
||||
|
||||
The following options are interpreted: +
|
||||
-title="custom title" +
|
||||
@@ -85,8 +85,6 @@ ________________________________________________________________________________
|
||||
|
||||
section:History[history]
|
||||
|
||||
TO BE WRITTEN...
|
||||
|
||||
|<C-o>| +
|
||||
||[count]<C-o>||
|
||||
________________________________________________________________________________
|
||||
@@ -146,9 +144,6 @@ ________________________________________________________________________________
|
||||
|
||||
section:QuickMarks[quickmarks]
|
||||
|
||||
INTRO TO BE WRITTEN...
|
||||
|
||||
|
||||
|go| +
|
||||
||go\\{a-zA-Z0-9\\}||
|
||||
________________________________________________________________________________
|
||||
@@ -209,11 +204,6 @@ ________________________________________________________________________________
|
||||
|
||||
section:Local{nbsp}marks[localmarks]
|
||||
|
||||
Local marks are used to ...
|
||||
We differentiate between two types ...
|
||||
|
||||
TO BE WRITTEN...
|
||||
|
||||
|m| +
|
||||
||m\\{a-zA-Z\\}||
|
||||
________________________________________________________________________________
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
HEADER
|
||||
|
||||
|tabs| +
|
||||
Tabs are used to be able to view many web pages at the same time...
|
||||
|
||||
Tabs are used to be able to view many web pages at the same time. Each tab
|
||||
contains exactly one buffer - multiple buffers per tab are not supported. As a
|
||||
result many buffer and tab commands are interchangeable.
|
||||
|
||||
section:Listing{nbsp}tabs[listing-tabs]
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ Vimmers.
|
||||
* [m]d[m] --
|
||||
close the active tab (delete the buffer)
|
||||
|
||||
To open a webpage in a new tab, use the [c]:tabopen {url}[c]. To open a URL
|
||||
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], respectively, map to these commands, so the
|
||||
following pairs sequences are equivalent:
|
||||
|
||||
Reference in New Issue
Block a user