diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index af0f5ac17..bd9187a8d 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1106,7 +1106,7 @@ KEY_DATA = collections.OrderedDict([ ('set-cmd-text :open -b {url}', ['xO']), ('set-cmd-text -s :open -w', ['wo']), ('set-cmd-text :open -w {url}', ['wO']), - ('open -t', ['ga']), + ('open -t', ['ga', '']), ('tab-close', ['d', '']), ('tab-close -o', ['D']), ('tab-only', ['co']), @@ -1189,7 +1189,6 @@ KEY_DATA = collections.OrderedDict([ ('tab-focus last', ['']), ('enter-mode passthrough', ['']), ('quit', ['']), - ('open -t', ['']), ('scroll-page 0 1', ['']), ('scroll-page 0 -1', ['']), ('scroll-page 0 0.5', ['']),