From ce433bd139d3a7152b19e7eab3b5aac9bcac9335 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sat, 25 Feb 2017 23:10:18 +0100 Subject: [PATCH 1/2] Add ZZ and ZQ keys to (save and) quit the session --- qutebrowser/config/configdata.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index cb4d260b8..40ff8e425 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1658,7 +1658,8 @@ KEY_DATA = collections.OrderedDict([ ('set-cmd-text -s :buffer', ['gt']), ('tab-focus last', ['']), ('enter-mode passthrough', ['']), - ('quit', ['']), + ('quit', ['', 'ZQ']), + ('wq', ['ZZ']), ('scroll-page 0 1', ['']), ('scroll-page 0 -1', ['']), ('scroll-page 0 0.5', ['']), From 0bd167cf96d5a96e882e5d2108c4d9a9a20d6740 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 28 Feb 2017 21:23:10 +0100 Subject: [PATCH 2/2] Update authors --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index 3b2db5e3f..c65afec89 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -254,6 +254,7 @@ Contributors, sorted by the number of commits in descending order: * dylan araps * addictedtoflames * Xitian9 +* Vasilij Schneidermann * Tomas Orsava * Tom Janson * Tobias Werth