diff --git a/locale/en-US/browsing.txt b/locale/en-US/browsing.txt index a4d255f1..e16ea6ae 100644 --- a/locale/en-US/browsing.txt +++ b/locale/en-US/browsing.txt @@ -101,6 +101,33 @@ Just like help::open[browsing.html,:open], but opens the resulting web page(s) in a new window. ________________________________________________________________________________ + +|| |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| || |CTRL-O| |:ba| |:back| diff --git a/locale/en-US/intro.txt b/locale/en-US/intro.txt index 80c6210e..3856b533 100644 --- a/locale/en-US/intro.txt +++ b/locale/en-US/intro.txt @@ -53,15 +53,15 @@ section:Help{nbsp}topics[overview] scrolling or copying text. - help:Tabs[tabs.html]: Manage your tabbed browsing session. - help:Hints[hints.html]: Select hyperlinks. -- help:Key{nbsp}Mapping{nbsp}and{nbsp}Abbreviations[map.html]: Define new key mappings. -- help:Expression{nbsp}Evaluation[eval.html]: Execute JavaScript. +- help:Key{nbsp}mapping{nbsp}and{nbsp}abbreviations[map.html]: Define new key mappings. +- help:Expression{nbsp}evaluation[eval.html]: Execute JavaScript. - help:Options[options.html]: A description of all options. - help:Marks[marks.html]: Usage of bookmarks, QuickMarks, and history. - help:Repeating{nbsp}commands[repeat.html]: Usage of macros to repeat recurring workflows. - help:Autocommands[autocommands.html]: Automatically execute code on certain events. -- help:Developer{nbsp}Information[developer.html]: How to write docs or +- help:Developer{nbsp}information[developer.html]: How to write docs or plugins. - help:Various[various.html]: Other help which didn't fit into any other category. diff --git a/locale/en-US/various.txt b/locale/en-US/various.txt index b9362b8a..37450804 100644 --- a/locale/en-US/various.txt +++ b/locale/en-US/various.txt @@ -20,6 +20,26 @@ typed. If the [!] is given, mappings will not be used. 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] || |: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. -________________________________________________________________________________ - - -|| |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. -________________________________________________________________________________ - - || ||[count]|| ________________________________________________________________________________ @@ -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[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[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[wsource][!] [url]|| + ________________________________________________________________________________ @@ -352,16 +325,4 @@ View source code of current document. When ! is given, it is opened with the 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: