qutebrowser/qutebrowser/config/parsers
Ryan Roden-Corrent b8a593cac5 Show command completions for :bind.
All commands will be offered as completions for the <command> argument
of :bind.

Due to the way completers parse the command line, the following

bind --mode caret j

will throw off completions as 'caret' is treated as a positional arg in
terms of the argument count for completions.
In the above example, completion will be triggered for 'j' and no
completions will be given for the actual command.

bind --mode=caret j will complete correctly, though completions are not
filtered by the given mode.
I attempted an approach to filter the commands based on the mode but it
ended up being messy and flaky.
2016-05-03 23:29:34 -04:00
..
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
ini.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
keyconf.py Show command completions for :bind. 2016-05-03 23:29:34 -04:00