From d486a056e7b9e17182b5190f0c534e0f750eef81 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 9 Jun 2018 20:20:46 +0200 Subject: [PATCH] Update docs --- doc/changelog.asciidoc | 2 ++ doc/help/settings.asciidoc | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 80758ee4e..63d2ca866 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -25,6 +25,8 @@ Added debugging. - New `--first` flag for `:hint` (bound to `gi` for inputs) which automatically selects the first hint. +- New `input.escape_quits_reporter` setting which can be used to avoid + accidentally quitting the crash reporter when pressing escape. Changed ~~~~~~~ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 6d20fcf2d..bd6d17995 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -200,6 +200,7 @@ |<>|Scatter hint key chains (like Vimium) or not (like dwb). |<>|Make characters in hint strings uppercase. |<>|Maximum time (in minutes) between two history items for them to be considered being from the same browsing session. +|<>|Allow Escape to quit the crash reporter. |<>|Which unbound keys to forward to the webview in normal mode. |<>|Enter insert mode if an editable element is clicked. |<>|Leave insert mode if a non-editable element is clicked. @@ -2387,6 +2388,14 @@ Type: <> Default: +pass:[30]+ +[[input.escape_quits_reporter]] +=== input.escape_quits_reporter +Allow Escape to quit the crash reporter. + +Type: <> + +Default: +pass:[true]+ + [[input.forward_unbound_keys]] === input.forward_unbound_keys Which unbound keys to forward to the webview in normal mode.