1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-30 17:14:04 +02:00

move help for p, P and gP to browsing.txt

This commit is contained in:
Doug Kearns
2008-08-04 02:51:33 +00:00
parent 345e6f4354
commit a7af6c96b1
3 changed files with 50 additions and 62 deletions
+27
View File
@@ -101,6 +101,33 @@ Just like help::open[browsing.html,:open], but opens the resulting web page(s)
in a new window.
________________________________________________________________________________
|<MiddleMouse>| |p| +
||p||
________________________________________________________________________________
Open (put) a URL based on the current clipboard contents in the current buffer.
You can also just select (for non-X11 users: copy) some non-URL text, and
search for it with the default search engine or keyword (specified by the
'defsearch' option) with [m]p[m].
________________________________________________________________________________
|P| +
||P||
________________________________________________________________________________
Open (put) a URL based on the current clipboard contents in a new buffer. Works
like [m]p[m], but opens a new tab. +
Whether the new buffer is activated, depends on the 'activate' option.
________________________________________________________________________________
|gP| +
||gP||
________________________________________________________________________________
Open (put) a URL based on the current clipboard contents in a new buffer.
Works like [m]P[m], but inverts the 'activate' option.
________________________________________________________________________________
section:Navigating[navigating]
|H| |<C-o>| |CTRL-O| |:ba| |:back|