From 0642695c7da375c103b67b348d670494b99784e7 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Wed, 9 May 2018 18:33:52 -0700 Subject: [PATCH] Update docs --- doc/help/commands.asciidoc | 21 ++++++++++++--------- doc/help/settings.asciidoc | 1 + 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index e8dbf91c4..65bdd13c0 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -111,6 +111,7 @@ It is possible to run or bind multiple commands by separating them with `;;`. |<>|Select the tab given as argument/[count]. |<>|Give the current tab to a new or existing window if win_id given. |<>|Move the current tab according to the argument and [count]. +|<>|Mute/Unmute the current/[count]th tab. |<>|Switch to the next tab, or switch [count] tabs forward. |<>|Close all tabs except for the current one. |<>|Pin/Unpin the current/[count]th tab. @@ -277,8 +278,7 @@ Set all settings back to their default. [[config-cycle]] === config-cycle -Syntax: +:config-cycle [*--pattern* 'pattern'] [*--temp*] [*--print*] - 'option' ['values' ['values' ...]]+ +Syntax: +:config-cycle [*--pattern* 'pattern'] [*--temp*] [*--print*] 'option' ['values' ['values' ...]]+ Cycle an option between multiple values. @@ -530,8 +530,7 @@ Show help about a command or setting. [[hint]] === hint -Syntax: +:hint [*--mode* 'mode'] [*--add-history*] [*--rapid*] [*--first*] - ['group'] ['target'] ['args' ['args' ...]]+ +Syntax: +:hint [*--mode* 'mode'] [*--add-history*] [*--rapid*] [*--first*] ['group'] ['target'] ['args' ['args' ...]]+ Start hinting. @@ -782,8 +781,7 @@ Do nothing. [[open]] === open -Syntax: +:open [*--related*] [*--bg*] [*--tab*] [*--window*] [*--secure*] [*--private*] - ['url']+ +Syntax: +:open [*--related*] [*--bg*] [*--tab*] [*--window*] [*--secure*] [*--private*] ['url']+ Open a URL in the current/[count]th tab. @@ -1112,9 +1110,7 @@ Load a session. [[session-save]] === session-save -Syntax: +:session-save [*--current*] [*--quiet*] [*--force*] [*--only-active-window*] - [*--with-private*] - ['name']+ +Syntax: +:session-save [*--current*] [*--quiet*] [*--force*] [*--only-active-window*] [*--with-private*] ['name']+ Save a session. @@ -1284,6 +1280,13 @@ If moving relatively: Offset. If moving absolutely: New position (default: 0). T overrides the index argument, if given. +[[tab-mute]] +=== tab-mute +Mute/Unmute the current/[count]th tab. + +==== count +The tab index to pin or unpin + [[tab-next]] === tab-next Switch to the next tab, or switch [count] tabs forward. diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index a7ebede3d..95dd46cc1 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -3045,6 +3045,7 @@ The following placeholders are defined: * `{private}`: Indicates when private mode is enabled. * `{current_url}`: URL of the current web page. * `{protocol}`: Protocol (http/https/...) of the current web page. +* `{muted}`: Icon if the tab is muted Type: <>