From 1eefe688ca985852944cc2a6cd25e43810985982 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Oct 2014 22:20:57 +0200 Subject: [PATCH] Update commands.asciidoc. --- doc/help/commands.asciidoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 1f4f33d62..8d48490b5 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -25,6 +25,7 @@ |<>|Save the current page as a quickmark. |<>|Quit qutebrowser. |<>|Reload the current/[count]th tab. +|<>|Repeat a given command. |<>|Report a bug in qutebrowser. |<>|Restart qutebrowser while keeping existing tabs open. |<>|Run an userscript given as argument. @@ -292,6 +293,16 @@ Reload the current/[count]th tab. ==== count The tab index to reload. +[[repeat]] +=== repeat +Syntax: +:repeat 'times' 'command' ['command' ...]+ + +Repeat a given command. + +==== positional arguments +* +'times'+: How many times to repeat. +* +'command'+: The command to run, with optional args. + [[report]] === report Report a bug in qutebrowser. @@ -418,8 +429,14 @@ How many tabs to switch forward. [[tab-only]] === tab-only +Syntax: +:tab-only [*--left*] [*--right*]+ + Close all tabs except for the current one. +==== optional arguments +* +*-l*+, +*--left*+: Keep tabs to the left of the current. +* +*-r*+, +*--right*+: Keep tabs to the right of the current. + [[tab-prev]] === tab-prev Switch to the previous tab, or switch [count] tabs back.