qutebrowser/qutebrowser
Florian Bruhin 5689a3c0dc Fix unbinding default keys twice
When doing :unbind with a default keybinding the first time, it gets inserted
into bindings.commands with None as value.

When then doing :unbind a second time, instead of just leaving that None value
as-is, we removed it again (because it got treated as a custom binding).

Fixes #3162
2017-11-04 15:17:19 +01:00
..
browser Merge pull request #3215 from deewakar/issue3161 2017-11-03 11:49:31 +01:00
commands pylint: Turn off some more too-many-* stuff globally 2017-10-31 07:35:00 +01:00
completion Merge pull request #3237 from rcorre/completionsort 2017-11-03 14:36:42 +01:00
config Fix unbinding default keys twice 2017-11-04 15:17:19 +01:00
html Add some more dwb keybindings 2017-10-09 07:00:59 +02:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript Remove some obsolete/deprecated eslint customizations 2017-11-02 20:00:29 +01:00
keyinput use enum module instead or usertypes.enum 2017-11-02 18:56:11 +01:00
mainwindow use enum module instead or usertypes.enum 2017-11-02 18:56:11 +01:00
misc use enum module instead or usertypes.enum 2017-11-02 18:56:11 +01:00
utils use enum module instead or usertypes.enum 2017-11-02 18:56:11 +01:00
__init__.py Release v1.0.2 2017-10-17 07:46:02 +02:00
__main__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
app.py use subprocess run 2017-11-01 09:59:32 +01:00
qutebrowser.py Re-add scroll filtering and disable it for mark/scroll tests 2017-10-20 07:38:51 +02:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00