qutebrowser/qutebrowser/config
Florian Bruhin 7c39600508 Change default bindings for Up/Down in command mode
Those now look at the history again.
Looking at the behavior in different applications:

- vim: History
- spacemacs: Completion if open, else history
- luakit: Completion if open, else history
- dwb: Always completion (has no history?)
- vimb: Nothing if completion open, else history
- vimperator: Always history

So this is consistent with at least some of them - the much more important
factor is that <Tab> is probably intuitively easy to discover if up/down doesn't
do what's expected, but <ctrl-p>/<ctrl-n> are not.
2017-09-15 14:08:37 +02:00
..
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
config.py Make sure we honour config_api.load_autoconfig even with errors 2017-09-15 12:07:54 +02:00
configdata.py Add maximum bound for web-history-max-items 2017-07-21 18:30:12 +02:00
configdata.yml Change default bindings for Up/Down in command mode 2017-09-15 14:08:37 +02:00
configexc.py Fix lint 2017-09-15 12:07:54 +02:00
configfiles.py Remove config.val support for config.py 2017-09-15 14:08:37 +02:00
configtypes.py Don't use shlex for configtypes.ShellCommand 2017-09-14 14:44:24 +02:00
websettings.py Refactor websettings for new config 2017-07-02 22:17:33 +02:00