Update docs for jump-mark and set-mark
This commit is contained in:
parent
2b68aaa311
commit
c7ee7a9702
@ -160,6 +160,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Claude
|
* Claude
|
||||||
* meles5
|
* meles5
|
||||||
* Tarcisio Fedrizzi
|
* Tarcisio Fedrizzi
|
||||||
|
* Ryan Roden-Corrent
|
||||||
* Artur Shaik
|
* Artur Shaik
|
||||||
* Nathan Isom
|
* Nathan Isom
|
||||||
* Thorsten Wißmann
|
* Thorsten Wißmann
|
||||||
@ -183,7 +184,6 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Zach-Button
|
* Zach-Button
|
||||||
* Halfwit
|
* Halfwit
|
||||||
* rikn00
|
* rikn00
|
||||||
* Ryan Roden-Corrent
|
|
||||||
* Michael Ilsaas
|
* Michael Ilsaas
|
||||||
* Martin Zimmermann
|
* Martin Zimmermann
|
||||||
* Brian Jackson
|
* Brian Jackson
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
|<<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.
|
||||||
|<<jseval,jseval>>|Evaluate a JavaScript string.
|
|<<jseval,jseval>>|Evaluate a JavaScript string.
|
||||||
|
|<<jump-mark,jump-mark>>|Jump to the mark named by `key`.
|
||||||
|<<later,later>>|Execute a command after some time.
|
|<<later,later>>|Execute a command after some time.
|
||||||
|<<navigate,navigate>>|Open typical prev/next links or navigate using the URL path.
|
|<<navigate,navigate>>|Open typical prev/next links or navigate using the URL path.
|
||||||
|<<open,open>>|Open a URL in the current/[count]th tab.
|
|<<open,open>>|Open a URL in the current/[count]th tab.
|
||||||
@ -50,6 +51,7 @@
|
|||||||
|<<session-save,session-save>>|Save a session.
|
|<<session-save,session-save>>|Save a session.
|
||||||
|<<set,set>>|Set an option.
|
|<<set,set>>|Set an option.
|
||||||
|<<set-cmd-text,set-cmd-text>>|Preset the statusbar to some text.
|
|<<set-cmd-text,set-cmd-text>>|Preset the statusbar to some text.
|
||||||
|
|<<set-mark,set-mark>>|Set a mark at the current scroll position in the current tab.
|
||||||
|<<spawn,spawn>>|Spawn a command in a shell.
|
|<<spawn,spawn>>|Spawn a command in a shell.
|
||||||
|<<stop,stop>>|Stop loading in the current/[count]th tab.
|
|<<stop,stop>>|Stop loading in the current/[count]th tab.
|
||||||
|<<tab-clone,tab-clone>>|Duplicate the current tab.
|
|<<tab-clone,tab-clone>>|Duplicate the current tab.
|
||||||
@ -377,6 +379,15 @@ Evaluate a JavaScript string.
|
|||||||
* This command does not split arguments after the last argument and handles quotes literally.
|
* This command does not split arguments after the last argument and handles quotes literally.
|
||||||
* With this command, +;;+ is interpreted literally instead of splitting off a second command.
|
* With this command, +;;+ is interpreted literally instead of splitting off a second command.
|
||||||
|
|
||||||
|
[[jump-mark]]
|
||||||
|
=== jump-mark
|
||||||
|
Syntax: +:jump-mark 'key'+
|
||||||
|
|
||||||
|
Jump to the mark named by `key`.
|
||||||
|
|
||||||
|
==== positional arguments
|
||||||
|
* +'key'+: mark identifier; capital indicates a global mark
|
||||||
|
|
||||||
[[later]]
|
[[later]]
|
||||||
=== later
|
=== later
|
||||||
Syntax: +:later 'ms' 'command'+
|
Syntax: +:later 'ms' 'command'+
|
||||||
@ -649,6 +660,15 @@ Preset the statusbar to some text.
|
|||||||
* This command does not split arguments after the last argument and handles quotes literally.
|
* This command does not split arguments after the last argument and handles quotes literally.
|
||||||
* With this command, +;;+ is interpreted literally instead of splitting off a second command.
|
* With this command, +;;+ is interpreted literally instead of splitting off a second command.
|
||||||
|
|
||||||
|
[[set-mark]]
|
||||||
|
=== set-mark
|
||||||
|
Syntax: +:set-mark 'key'+
|
||||||
|
|
||||||
|
Set a mark at the current scroll position in the current tab.
|
||||||
|
|
||||||
|
==== positional arguments
|
||||||
|
* +'key'+: mark identifier; capital indicates a global mark
|
||||||
|
|
||||||
[[spawn]]
|
[[spawn]]
|
||||||
=== spawn
|
=== spawn
|
||||||
Syntax: +:spawn [*--userscript*] [*--verbose*] [*--detach*] 'cmdline'+
|
Syntax: +:spawn [*--userscript*] [*--verbose*] [*--detach*] 'cmdline'+
|
||||||
@ -1243,7 +1263,7 @@ Scroll the current tab by 'count * dx/dy' pixels.
|
|||||||
|
|
||||||
==== positional arguments
|
==== positional arguments
|
||||||
* +'dx'+: How much to scroll in x-direction.
|
* +'dx'+: How much to scroll in x-direction.
|
||||||
* +'dy'+: How much to scroll in x-direction.
|
* +'dy'+: How much to scroll in y-direction.
|
||||||
|
|
||||||
==== count
|
==== count
|
||||||
multiplier
|
multiplier
|
||||||
|
Loading…
Reference in New Issue
Block a user