qutebrowser/qutebrowser/config
Florian Bruhin 482b622b1b Fix handling of empty bindings without breaking :unbind
1899e313fd as a fix for #3631 broke :unbind, as
the config system treats None and '' equally.

Instead, allow None/'' again, but just handle it as "no binding".
2018-03-08 11:42:27 +01:00
..
__init__.py Update copyright years 2018-02-05 12:19:50 +01:00
config.py Fix handling of empty bindings without breaking :unbind 2018-03-08 11:42:27 +01:00
configcommands.py Update docs 2018-03-04 20:28:46 +01:00
configdata.py Make bindings.default only settable in autoconfig.yml 2018-03-07 18:30:44 +01:00
configdata.yml Fix handling of empty bindings without breaking :unbind 2018-03-08 11:42:27 +01:00
configdiff.py Update copyright years 2018-02-05 12:19:50 +01:00
configexc.py Make bindings.default only settable in autoconfig.yml 2018-03-07 18:30:44 +01:00
configfiles.py Make bindings.default only settable in autoconfig.yml 2018-03-07 18:30:44 +01:00
configinit.py Update copyright years 2018-02-05 12:19:50 +01:00
configtypes.py Allow to bind numbers in keybindings 2018-03-07 22:37:10 +01:00
configutils.py Whitelist config options which support URL patterns 2018-02-20 23:26:22 +01:00
websettings.py Always enable JavaScript for file://, chrome:// and qute:// 2018-03-05 17:09:47 +01:00