minad / vertico

:dizzy: vertico.el - VERTical Interactive COmpletion
GNU General Public License v3.0
1.44k stars 58 forks source link

Vertico scroll commands #224

Closed tpeacock19 closed 2 years ago

tpeacock19 commented 2 years ago

It may be too late for this now, but it seems like the vertico-scroll-{up,down} commands behave the opposite way than the scroll-{up,down}-command. I've been making an effort to move away from evil and use more traditional commands. This led to some confusion in expectations. The standard command refers to scrolling the text, whereas the vertico commands seems to refer to the current candidate. I currently just switch the mapping, but I was curious as to why the difference.

minad commented 2 years ago

Indeed, that's odd. This must be some mistake in my config which proliferated to Vertico.

EDIT: No, I got confused. When I open a file and press C-v I am moving towards the end of the file. When I run consult-line and press C-v I am also moving towards the end. Corfu+cape-line has the same behavior. Why do you think that's wrong?

tpeacock19 commented 2 years ago

hmm. I think it was something up with my config. sorry for the noise!