From e5fd87e64dd1a834b256151e69273931f4bee783 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 25 Feb 2019 13:12:25 +0100 Subject: Fix lint/docs --- doc/help/settings.asciidoc | 12 ++++++++++++ scripts/dev/build_release.py | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index eab51a16b..266a5d2d0 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -215,6 +215,7 @@ |<>|Enter insert mode if an editable element is clicked. |<>|Leave insert mode if a non-editable element is clicked. |<>|Automatically enter insert mode if an editable element is focused after loading the page. +|<>|Leave insert mode when starting a new page load. |<>|Switch to insert mode when clicking flash and other plugins. |<>|Include hyperlinks in the keyboard focus chain when tabbing. |<>|Timeout (in milliseconds) for partially typed key bindings. @@ -2711,6 +2712,17 @@ Type: <> Default: +pass:[false]+ +[[input.insert_mode.leave_on_load]] +=== input.insert_mode.leave_on_load +Leave insert mode when starting a new page load. +Patterns may be unreliable on this setting, and they may match the url you are navigating to, or the URL you are navigating from. + +This setting supports URL patterns. + +Type: <> + +Default: +pass:[true]+ + [[input.insert_mode.plugins]] === input.insert_mode.plugins Switch to insert mode when clicking flash and other plugins. diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py index 6c040c203..8e9346efa 100755 --- a/scripts/dev/build_release.py +++ b/scripts/dev/build_release.py @@ -274,7 +274,6 @@ def build_windows(): 'Windows 64bit installer'), ] - utils.print_title("Zipping 32bit standalone...") name = 'qutebrowser-{}-windows-standalone-win32'.format( qutebrowser.__version__) -- cgit v1.2.3-54-g00ecf