qutebrowser
qutebrowser copied to clipboard
Order current/default option consistently for `:bind` completion
Noticed when resetting a bunch of bindings -- the suggestions were given in lexical order of the completions (eg :bind ;I hint images run... (the custom option) sorted before :bind ;I hint images tab (the default)). In particular, the default binding moved around in suggestion order, requiring paying more attention to the command executed.
I'm having a hard time trying to understand what you mean. Are you referring to the order of current/default here?
(I made up the zap part for testing)
Yes, that's precisely what I meant. Though, in retrospect, adding :config-reset from #2794 would weaken the case for this, and probably be less work.
Eh, still makes sense to be consistent here I suppose, indeed alphabetic ordering doesn't make sense there.