qutebrowser/qutebrowser/config
Ryan Roden-Corrent 6bcdacf1ce Implement readline's backward-kill-word.
This restores the previous behavior of `unix-word-rubout` as
`backward-kill-word`, which is closer to the naming used in readline.
It is bound to <Alt-Backspace> by default, though <Ctrl-Backspace> will
also work due to a builtin binding.

Resolves #1698.
2016-07-30 07:27:29 -04:00
..
parsers Add keyconf.get_reverse_bindings_for 2016-07-26 10:50:50 +02:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
config.py Fix 'is not' string comparison 2016-07-23 19:51:13 +02:00
configdata.py Implement readline's backward-kill-word. 2016-07-30 07:27:29 -04:00
configexc.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
configtypes.py Use lists instead of tuples for comparing 2016-07-12 22:05:32 +02:00
sections.py Use iter instead of __iter__. 2016-06-30 07:26:02 -04:00
style.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
textwrapper.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
value.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
websettings.py Split websettings into web{kit,engine,}settings 2016-07-29 12:01:22 +02:00