summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy <jimmy@spalge.com>2016-03-30 12:44:56 +1300
committerJimmy <jimmy@spalge.com>2016-03-31 14:00:36 +1300
commit3846ce1f828fbba14f4710619a9b5b3989eda58b (patch)
tree05c925e83d87ec120f01257eb422f86b46f6765f
parent97ab6db655c8ab3de800a8e696574aff62b0789e (diff)
downloadqutebrowser-3846ce1f828fbba14f4710619a9b5b3989eda58b.tar.gz
qutebrowser-3846ce1f828fbba14f4710619a9b5b3989eda58b.zip
Add docs for :buffer
-rw-r--r--README.asciidoc2
-rw-r--r--doc/help/commands.asciidoc13
2 files changed, 14 insertions, 1 deletions
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 @@
|<<bookmark-add,bookmark-add>>|Save the current page as a bookmark.
|<<bookmark-del,bookmark-del>>|Delete 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.
|<<download,download>>|Download a given URL, or current page if no URL given.
|<<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.
* 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.