diff --git a/README.asciidoc b/README.asciidoc index 5fdb2c736..bdc4065c0 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -261,6 +261,7 @@ Contributors, sorted by the number of commits in descending order: * Matthias Lisin * Marcel Schilling * Lazlow Carmichael +* Kevin Wang * Ján Kobezda * Johannes Martinsson * Jean-Christophe Petkovich diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 3b71c6044..212999ff6 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1543,7 +1543,7 @@ KEY_DATA = collections.OrderedDict([ ])), ('normal', collections.OrderedDict([ - ('clear-keychain ;; search', ['']), + ('clear-keychain ;; search', ['', '']), ('set-cmd-text -s :open', ['o']), ('set-cmd-text :open {url:pretty}', ['go']), ('set-cmd-text -s :open -t', ['O']),