From 6b1519ed524436d4d4c93724c32a9cf904840e28 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 Oct 2017 08:57:45 +0200 Subject: [PATCH] Regenerate docs --- doc/help/settings.asciidoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index cd11deb09..b72bb77ac 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -227,6 +227,7 @@ |<>|The position of the status bar. |<>|Open new tabs (middleclick/ctrl+click) in the background. |<>|On which mouse button to close tabs. +|<>|Behavior when the close mouse button is pressed on the tab bar. |<>|Scaling for favicons in the tab bar. |<>|Show favicons in the tab bar. |<>|Padding for tab indicators @@ -2651,6 +2652,21 @@ Valid values: Default: +pass:[middle]+ +[[tabs.close_mouse_button_on_bar]] +=== tabs.close_mouse_button_on_bar +Behavior when the close mouse button is pressed on the tab bar. + +Type: <> + +Valid values: + + * +new-tab+: Open a new tab. + * +close-current+: Close the current tab. + * +close-last+: Close the last tab. + * +ignore+: Don't do anything. + +Default: +pass:[new-tab]+ + [[tabs.favicons.scale]] === tabs.favicons.scale Scaling for favicons in the tab bar.