diff --git a/README.asciidoc b/README.asciidoc index 741dd95c6..ec9524020 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -153,6 +153,7 @@ Contributors, sorted by the number of commits in descending order: * Regina Hug * Mathias Fussenegger * Larry Hynes +* Fritz V155 Reichwald * error800 * Thorsten Wißmann * Thiago Barroso Perrotta diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index bd9187a8d..7e320457c 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1213,7 +1213,7 @@ KEY_DATA = collections.OrderedDict([ ])), ('hint', collections.OrderedDict([ - ('follow-hint', ['']), + ('follow-hint', ['', '', '']), ])), ('passthrough', {}), @@ -1223,11 +1223,11 @@ KEY_DATA = collections.OrderedDict([ ('command-history-next', ['']), ('completion-item-prev', ['', '']), ('completion-item-next', ['', '']), - ('command-accept', ['', '', '']), + ('command-accept', ['', '', '', '']), ])), ('prompt', collections.OrderedDict([ - ('prompt-accept', ['', '', '']), + ('prompt-accept', ['', '', '', '']), ('prompt-yes', ['y']), ('prompt-no', ['n']), ])),