Feature
When typing something in the prompt with autocomplete on, kakoune will automatically select the option that is closest to what you typed. But sometimes I don't want that option, because i.e. I'm trying to trigger a hidden command or something. Currently there is no way to avoid this.
There is actually precedent for this in insert mode completion, where you can do <c-p> when on the first option and you will have no completion selected. I would prefer an explicit "ignore completions" binding or something though.
Usecase
No response