Add docs for :buffer
This commit is contained in:
parent
97ab6db655
commit
3846ce1f82
@ -170,11 +170,11 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* ZDarian
|
* ZDarian
|
||||||
* Milan Svoboda
|
* Milan Svoboda
|
||||||
* John ShaggyTwoDope Jenkins
|
* John ShaggyTwoDope Jenkins
|
||||||
|
* Jimmy
|
||||||
* Peter Vilim
|
* Peter Vilim
|
||||||
* Clayton Craft
|
* Clayton Craft
|
||||||
* Oliver Caldwell
|
* Oliver Caldwell
|
||||||
* Jonas Schürmann
|
* Jonas Schürmann
|
||||||
* Jimmy
|
|
||||||
* Panagiotis Ktistakis
|
* Panagiotis Ktistakis
|
||||||
* Jakub Klinkovský
|
* Jakub Klinkovský
|
||||||
* skinnay
|
* skinnay
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
|<<bookmark-add,bookmark-add>>|Save the current page as a bookmark.
|
|<<bookmark-add,bookmark-add>>|Save the current page as a bookmark.
|
||||||
|<<bookmark-del,bookmark-del>>|Delete a bookmark.
|
|<<bookmark-del,bookmark-del>>|Delete a bookmark.
|
||||||
|<<bookmark-load,bookmark-load>>|Load a bookmark.
|
|<<bookmark-load,bookmark-load>>|Load a bookmark.
|
||||||
|
|<<buffer,buffer>>|Select tab by index or url/title best match.
|
||||||
|<<close,close>>|Close the current window.
|
|<<close,close>>|Close the current window.
|
||||||
|<<download,download>>|Download a given URL, or current page if no URL given.
|
|<<download,download>>|Download a given URL, or current page if no URL given.
|
||||||
|<<download-cancel,download-cancel>>|Cancel the last/[count]th download.
|
|<<download-cancel,download-cancel>>|Cancel the last/[count]th download.
|
||||||
@ -142,6 +143,18 @@ Load a bookmark.
|
|||||||
* 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.
|
||||||
|
|
||||||
|
[[buffer]]
|
||||||
|
=== buffer
|
||||||
|
Syntax: +:buffer 'index'+
|
||||||
|
|
||||||
|
Select tab by index or url/title best match.
|
||||||
|
|
||||||
|
Focuses window if necessary.
|
||||||
|
|
||||||
|
==== positional arguments
|
||||||
|
* +'index'+: The [win_id/]index of the tab to focus. Or a substring in which case the closest match will be focused.
|
||||||
|
|
||||||
|
|
||||||
[[close]]
|
[[close]]
|
||||||
=== close
|
=== close
|
||||||
Close the current window.
|
Close the current window.
|
||||||
|
Loading…
Reference in New Issue
Block a user