Update docs
This commit is contained in:
parent
51413094bf
commit
56e893f797
@ -15,10 +15,9 @@
|
|||||||
|<<home,home>>|Open main startpage in current tab.
|
|<<home,home>>|Open main startpage in current tab.
|
||||||
|<<inspector,inspector>>|Toggle the web inspector.
|
|<<inspector,inspector>>|Toggle the web inspector.
|
||||||
|<<later,later>>|Execute a command after some time.
|
|<<later,later>>|Execute a command after some time.
|
||||||
|<<next-page,next-page>>|Open a "next" link.
|
|<<navigate,navigate>>|Open typical prev/next links.
|
||||||
|<<open,open>>|Open a URL in the current/[count]th tab.
|
|<<open,open>>|Open a URL in the current/[count]th tab.
|
||||||
|<<paste,paste>>|Open a page from the clipboard.
|
|<<paste,paste>>|Open a page from the clipboard.
|
||||||
|<<prev-page,prev-page>>|Open a "previous" link.
|
|
||||||
|<<print,print>>|Print the current/[count]th tab.
|
|<<print,print>>|Print the current/[count]th tab.
|
||||||
|<<quickmark-add,quickmark-add>>|Add a new quickmark.
|
|<<quickmark-add,quickmark-add>>|Add a new quickmark.
|
||||||
|<<quickmark-load,quickmark-load>>|Load a quickmark.
|
|<<quickmark-load,quickmark-load>>|Load a quickmark.
|
||||||
@ -41,6 +40,7 @@
|
|||||||
|<<tab-prev,tab-prev>>|Switch to the previous tab, or switch [count] tabs back.
|
|<<tab-prev,tab-prev>>|Switch to the previous tab, or switch [count] tabs back.
|
||||||
|<<unbind,unbind>>|Unbind a keychain.
|
|<<unbind,unbind>>|Unbind a keychain.
|
||||||
|<<undo,undo>>|Re-open a closed tab (optionally skipping [count] closed tabs).
|
|<<undo,undo>>|Re-open a closed tab (optionally skipping [count] closed tabs).
|
||||||
|
|<<view-source,view-source>>|Show the source of the current page.
|
||||||
|<<yank,yank>>|Yank the current URL/title to the clipboard or primary selection.
|
|<<yank,yank>>|Yank the current URL/title to the clipboard or primary selection.
|
||||||
|<<zoom,zoom>>|Set the zoom level for the current tab.
|
|<<zoom,zoom>>|Set the zoom level for the current tab.
|
||||||
|<<zoom-in,zoom-in>>|Increase the zoom level for the current tab.
|
|<<zoom-in,zoom-in>>|Increase the zoom level for the current tab.
|
||||||
@ -159,13 +159,22 @@ Execute a command after some time.
|
|||||||
* +'ms'+: How many milliseconds to wait.
|
* +'ms'+: How many milliseconds to wait.
|
||||||
* +'command'+: The command to run, with optional args.
|
* +'command'+: The command to run, with optional args.
|
||||||
|
|
||||||
[[next-page]]
|
[[navigate]]
|
||||||
=== next-page
|
=== navigate
|
||||||
Syntax: +:next-page [*--tab*]+
|
Syntax: +:navigate [*--tab*] 'where'+
|
||||||
|
|
||||||
|
Open typical prev/next links.
|
||||||
|
|
||||||
|
This tries to automatically click on typical _Previous Page_ or _Next Page_ links using some heuristics.
|
||||||
|
|
||||||
|
==== positional arguments
|
||||||
|
* +'where'+: What to open.
|
||||||
|
|
||||||
|
- `prev`: Open a _previous_ link.
|
||||||
|
- `next`: Open a _next_ link.
|
||||||
|
|
||||||
|
|
||||||
Open a "next" link.
|
|
||||||
|
|
||||||
This tries to automatically click on typical _Next Page_ links using some heuristics.
|
|
||||||
|
|
||||||
==== optional arguments
|
==== optional arguments
|
||||||
* +*-t*+, +*--tab*+: Open in a new tab.
|
* +*-t*+, +*--tab*+: Open in a new tab.
|
||||||
@ -197,17 +206,6 @@ Open a page from the clipboard.
|
|||||||
* +*-t*+, +*--tab*+: Open in a new tab.
|
* +*-t*+, +*--tab*+: Open in a new tab.
|
||||||
* +*-b*+, +*--bg*+: Open in a background tab.
|
* +*-b*+, +*--bg*+: Open in a background tab.
|
||||||
|
|
||||||
[[prev-page]]
|
|
||||||
=== prev-page
|
|
||||||
Syntax: +:prev-page [*--tab*]+
|
|
||||||
|
|
||||||
Open a "previous" link.
|
|
||||||
|
|
||||||
This tries to automatically click on typical _Previous Page_ links using some heuristics.
|
|
||||||
|
|
||||||
==== optional arguments
|
|
||||||
* +*-t*+, +*--tab*+: Open in a new tab.
|
|
||||||
|
|
||||||
[[print]]
|
[[print]]
|
||||||
=== print
|
=== print
|
||||||
Syntax: +:print [*--preview*]+
|
Syntax: +:print [*--preview*]+
|
||||||
@ -390,6 +388,10 @@ Unbind a keychain.
|
|||||||
=== undo
|
=== undo
|
||||||
Re-open a closed tab (optionally skipping [count] closed tabs).
|
Re-open a closed tab (optionally skipping [count] closed tabs).
|
||||||
|
|
||||||
|
[[view-source]]
|
||||||
|
=== view-source
|
||||||
|
Show the source of the current page.
|
||||||
|
|
||||||
[[yank]]
|
[[yank]]
|
||||||
=== yank
|
=== yank
|
||||||
Syntax: +:yank [*--title*] [*--sel*]+
|
Syntax: +:yank [*--title*] [*--sel*]+
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|<<ui-display-statusbar-messages,display-statusbar-messages>>|Whether to display javascript statusbar messages.
|
|<<ui-display-statusbar-messages,display-statusbar-messages>>|Whether to display javascript statusbar messages.
|
||||||
|<<ui-zoom-text-only,zoom-text-only>>|Whether the zoom factor on a frame applies only to the text or to all content.
|
|<<ui-zoom-text-only,zoom-text-only>>|Whether the zoom factor on a frame applies only to the text or to all content.
|
||||||
|<<ui-frame-flattening,frame-flattening>>|Whether to expand each subframe to its contents.
|
|<<ui-frame-flattening,frame-flattening>>|Whether to expand each subframe to its contents.
|
||||||
|<<ui-user-stylesheet,user-stylesheet>>|User stylesheet to use.
|
|<<ui-user-stylesheet,user-stylesheet>>|User stylesheet to use (absolute filename or CSS string).
|
||||||
|<<ui-css-media-type,css-media-type>>|Set the CSS media type.
|
|<<ui-css-media-type,css-media-type>>|Set the CSS media type.
|
||||||
|==============
|
|==============
|
||||||
|
|
||||||
@ -79,6 +79,7 @@
|
|||||||
|<<tabs-new-tab-position,new-tab-position>>|How new tabs are positioned.
|
|<<tabs-new-tab-position,new-tab-position>>|How new tabs are positioned.
|
||||||
|<<tabs-new-tab-position-explicit,new-tab-position-explicit>>|How new tabs opened explicitely are positioned.
|
|<<tabs-new-tab-position-explicit,new-tab-position-explicit>>|How new tabs opened explicitely are positioned.
|
||||||
|<<tabs-last-close,last-close>>|Behaviour when the last tab is closed.
|
|<<tabs-last-close,last-close>>|Behaviour when the last tab is closed.
|
||||||
|
|<<tabs-auto-hide,auto-hide>>|Hide the tabbar if only one tab is open.
|
||||||
|<<tabs-wrap,wrap>>|Whether to wrap when changing tabs.
|
|<<tabs-wrap,wrap>>|Whether to wrap when changing tabs.
|
||||||
|<<tabs-movable,movable>>|Whether tabs should be movable.
|
|<<tabs-movable,movable>>|Whether tabs should be movable.
|
||||||
|<<tabs-close-mouse-button,close-mouse-button>>|On which mouse button to close tabs.
|
|<<tabs-close-mouse-button,close-mouse-button>>|On which mouse button to close tabs.
|
||||||
@ -353,9 +354,9 @@ Default: +pass:[false]+
|
|||||||
|
|
||||||
[[ui-user-stylesheet]]
|
[[ui-user-stylesheet]]
|
||||||
=== user-stylesheet
|
=== user-stylesheet
|
||||||
User stylesheet to use.
|
User stylesheet to use (absolute filename or CSS string).
|
||||||
|
|
||||||
Default: empty
|
Default: +pass:[::-webkit-scrollbar { width: 0px; height: 0px; }]+
|
||||||
|
|
||||||
[[ui-css-media-type]]
|
[[ui-css-media-type]]
|
||||||
=== css-media-type
|
=== css-media-type
|
||||||
@ -556,6 +557,12 @@ Valid values:
|
|||||||
|
|
||||||
Default: +pass:[ignore]+
|
Default: +pass:[ignore]+
|
||||||
|
|
||||||
|
[[tabs-auto-hide]]
|
||||||
|
=== auto-hide
|
||||||
|
Hide the tabbar if only one tab is open.
|
||||||
|
|
||||||
|
Default: +pass:[false]+
|
||||||
|
|
||||||
[[tabs-wrap]]
|
[[tabs-wrap]]
|
||||||
=== wrap
|
=== wrap
|
||||||
Whether to wrap when changing tabs.
|
Whether to wrap when changing tabs.
|
||||||
@ -1100,7 +1107,7 @@ Fonts used for the UI, with optional style/weight/size.
|
|||||||
=== _monospace
|
=== _monospace
|
||||||
Default monospace fonts.
|
Default monospace fonts.
|
||||||
|
|
||||||
Default: +pass:[Terminus, Monospace, "DejaVu Sans Mono", Consolas, Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Terminal]+
|
Default: +pass:[Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal]+
|
||||||
|
|
||||||
[[fonts-completion]]
|
[[fonts-completion]]
|
||||||
=== completion
|
=== completion
|
||||||
|
Loading…
Reference in New Issue
Block a user