1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-17 19:03:33 +01: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

View File

@@ -101,6 +101,33 @@ Just like help::open[browsing.html,:open], but opens the resulting web page(s)
in a new window. 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] section:Navigating[navigating]
|H| |<C-o>| |CTRL-O| |:ba| |:back| |H| |<C-o>| |CTRL-O| |:ba| |:back|

View File

@@ -53,15 +53,15 @@ section:Help{nbsp}topics[overview]
scrolling or copying text. scrolling or copying text.
- help:Tabs[tabs.html]: Manage your tabbed browsing session. - help:Tabs[tabs.html]: Manage your tabbed browsing session.
- help:Hints[hints.html]: Select hyperlinks. - help:Hints[hints.html]: Select hyperlinks.
- help:Key{nbsp}Mapping{nbsp}and{nbsp}Abbreviations[map.html]: Define new key mappings. - help:Key{nbsp}mapping{nbsp}and{nbsp}abbreviations[map.html]: Define new key mappings.
- help:Expression{nbsp}Evaluation[eval.html]: Execute JavaScript. - help:Expression{nbsp}evaluation[eval.html]: Execute JavaScript.
- help:Options[options.html]: A description of all options. - help:Options[options.html]: A description of all options.
- help:Marks[marks.html]: Usage of bookmarks, QuickMarks, and history. - help:Marks[marks.html]: Usage of bookmarks, QuickMarks, and history.
- help:Repeating{nbsp}commands[repeat.html]: Usage of macros to repeat - help:Repeating{nbsp}commands[repeat.html]: Usage of macros to repeat
recurring workflows. recurring workflows.
- help:Autocommands[autocommands.html]: Automatically execute code on certain - help:Autocommands[autocommands.html]: Automatically execute code on certain
events. events.
- help:Developer{nbsp}Information[developer.html]: How to write docs or - help:Developer{nbsp}information[developer.html]: How to write docs or
plugins. plugins.
- help:Various[various.html]: Other help which didn't fit into any other category. - help:Various[various.html]: Other help which didn't fit into any other category.

View File

@@ -20,6 +20,26 @@ typed. If the [!] is given, mappings will not be used.
before it, 1 space is one space. before it, 1 space is one space.
________________________________________________________________________________ ________________________________________________________________________________
|:run| |:!| +
||:!{cmd}||
________________________________________________________________________________
Run a command. Runs {cmd} through system() and displays its output. Any '!' in
{cmd} is replaced with the previous external command. But not when there is a
backslash before the '!', then that backslash is removed.
Warning: Input redirection (< foo) not done, also do not run commands which
require stdin or it will hang Firefox!
________________________________________________________________________________
|:ve| |:version| +
||:ve[rsion][!]||
________________________________________________________________________________
Show version information. You can show the Firefox version page with
[c]:version![c].
________________________________________________________________________________
section:Online{nbsp}help[online-help] section:Online{nbsp}help[online-help]
|<F1>| |:help| |:h| |help| |<F1>| |:help| |:h| |help|
@@ -118,29 +138,6 @@ external editor must be able to download and open files from a remote URL.
________________________________________________________________________________ ________________________________________________________________________________
|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.
________________________________________________________________________________
|<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.
________________________________________________________________________________
|<C-x>| |<C-x>|
||[count]<C-x>|| ||[count]<C-x>||
________________________________________________________________________________ ________________________________________________________________________________
@@ -271,14 +268,6 @@ when another search command is used or the 'hlsearch' option is set.
________________________________________________________________________________ ________________________________________________________________________________
|:norm| |:normal| +
||:norm[al][!] {commands}|| +
________________________________________________________________________________
Execute Normal mode commands. Example: [c]:normal 20j[c] scrolls 20 lines
down. If the [!] is specified mappings will not be used.
________________________________________________________________________________
|:pa| |:pageinfo| |:pa| |:pageinfo|
||:pa[geinfo]|| ||:pa[geinfo]||
________________________________________________________________________________ ________________________________________________________________________________
@@ -293,14 +282,6 @@ Close preview window on bottom of screen.
________________________________________________________________________________ ________________________________________________________________________________
|:redr| |:redraw| +
||:redr[aw]||
________________________________________________________________________________
Redraw the screen. Useful to update the screen halfway executing a script or
function.
________________________________________________________________________________
|:res| |:restart| + |:res| |:restart| +
||:res[tart]|| ||:res[tart]||
________________________________________________________________________________ ________________________________________________________________________________
@@ -337,14 +318,6 @@ support it, currently:
________________________________________________________________________________ ________________________________________________________________________________
|:ve| |:version| +
||:ve[rsion][!]||
________________________________________________________________________________
Show version information. You can show the Firefox version page with
[c]:version![c].
________________________________________________________________________________
|:vie| |:viewsource| |:vie| |:viewsource|
||:vie[wsource][!] [url]|| + ||:vie[wsource][!] [url]|| +
________________________________________________________________________________ ________________________________________________________________________________
@@ -352,16 +325,4 @@ View source code of current document. When ! is given, it is opened with the
external editor. external editor.
________________________________________________________________________________ ________________________________________________________________________________
|:run| |:!| +
||:!{cmd}||
________________________________________________________________________________
Run a command. Runs {cmd} through system() and displays its output. Any '!' in
{cmd} is replaced with the previous external command. But not when there is a
backslash before the '!', then that backslash is removed.
Warning: Input redirection (< foo) not done, also do not run commands which
require stdin or it will hang Firefox!
________________________________________________________________________________
// vim: set syntax=asciidoc: // vim: set syntax=asciidoc: