qutebrowser icon indicating copy to clipboard operation
qutebrowser copied to clipboard

Order current/default option consistently for `:bind` completion

Open hseg opened this issue 1 year ago • 3 comments

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.

hseg avatar Nov 30 '23 00:11 hseg

I'm having a hard time trying to understand what you mean. Are you referring to the order of current/default here?

image

image

image

(I made up the zap part for testing)

The-Compiler avatar Nov 30 '23 10:11 The-Compiler

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.

hseg avatar Dec 02 '23 21:12 hseg

Eh, still makes sense to be consistent here I suppose, indeed alphabetic ordering doesn't make sense there.

The-Compiler avatar Dec 04 '23 11:12 The-Compiler