You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have <C-p> as buffers with sort_mru. then I press <C-p> again to cycle it. it was all good. then I decided to flip the sorting_strategy. it flipped my active item to top. then I pressed <C-p> and it cycled back to the last element.
I would create an issue, but then I realized pressing <Tab> actually cycles through the new direction, <S-Tab> in the reverse of the current direction (I'm ignoring its selections while cycling). I wonder why is it made like that? shouldn't <C-n> mean "next" instead of "down" and <C-p> mean "previous" instead of "top" ?
The text was updated successfully, but these errors were encountered:
I have
<C-p>
asbuffers
withsort_mru
. then I press<C-p>
again to cycle it. it was all good. then I decided to flip thesorting_strategy
. it flipped my active item to top. then I pressed<C-p>
and it cycled back to the last element.I would create an issue, but then I realized pressing
<Tab>
actually cycles through the new direction,<S-Tab>
in the reverse of the current direction (I'm ignoring its selections while cycling). I wonder why is it made like that? shouldn't<C-n>
mean "next" instead of "down" and<C-p>
mean "previous" instead of "top" ?The text was updated successfully, but these errors were encountered: