diff --git a/README.asciidoc b/README.asciidoc index d2ee9e02d..6cb17e248 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -170,11 +170,11 @@ Contributors, sorted by the number of commits in descending order: * ZDarian * Milan Svoboda * John ShaggyTwoDope Jenkins +* Jimmy * Peter Vilim * Clayton Craft * Oliver Caldwell * Jonas Schürmann -* Jimmy * Panagiotis Ktistakis * Jakub Klinkovský * skinnay diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index d1875c645..ae7b597d3 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -11,6 +11,7 @@ |<>|Save the current page as a bookmark. |<>|Delete a bookmark. |<>|Load a bookmark. +|<>|Select tab by index or url/title best match. |<>|Close the current window. |<>|Download a given URL, or current page if no URL given. |<>|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. * 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 the current window.