1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 00:02:27 +01:00

Clarification to :help for :open, :tabopen, and :winopen about what happens to first and next URLs.

This commit is contained in:
Ted Pavlic
2009-01-04 22:15:29 -05:00
parent 1112440269
commit ad4b9b89f9

View File

@@ -36,6 +36,8 @@ ________________________________________________________________________________
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
opened in new tabs.
Each token is analyzed and in this order: Each token is analyzed and in this order:
. Opened as a local file if it is an existing relative or absolute filename. . Opened as a local file if it is an existing relative or absolute filename.
@@ -68,16 +70,15 @@ ________________________________________________________________________________
||:tabopen[!] [a][arg1][a], [a][arg2][a], ...|| + ||:tabopen[!] [a][arg1][a], [a][arg2][a], ...|| +
||t|| ||t||
________________________________________________________________________________ ________________________________________________________________________________
Just like [c]:open[c], but opens the resulting web page(s) Just like [c]:open[c], but also uses a new tab for the first URL. When
in a new tab. When used with [!], the 'tabopen' value of the 'activate' option used with [!], the 'tabopen' value of the 'activate' option is negated.
is negated.
________________________________________________________________________________ ________________________________________________________________________________
|T| + |T| +
||T|| ||T||
________________________________________________________________________________ ________________________________________________________________________________
Open one or more URLs in a new tab, based on current location. Works like Open one or more URLs in a new tab based on current location. Works like
[m]t[m], but preselects current URL in the [c]:tabopen[c] query. [m]t[m], but preselects current URL in the [c]:tabopen[c] query.
________________________________________________________________________________ ________________________________________________________________________________
@@ -94,7 +95,7 @@ ________________________________________________________________________________
|O| + |O| +
||O|| ||O||
________________________________________________________________________________ ________________________________________________________________________________
Open one or more URLs in the current tab, based on current location. Works Open one or more URLs in the current tab based on current location. Works
like [m]o[m], but preselects current URL in the [c]:open[c] query. like [m]o[m], but preselects current URL in the [c]:open[c] query.
________________________________________________________________________________ ________________________________________________________________________________