Replies: 1 comment
-
|
Thank you! I've seen your code snippet over at reddit. This issue has been discussed a few times. The problem is the inter-package coupling here, which I would like to avoid. I would like to find a more generic solution, for example keeping the wrap-around of the candidate list in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to share some hack that I made to change the behavior of
consult-line. (Initially shared here)What I wanted is using
consult-line-start-from-topwith the selected candidate being near the cursor after filtering.I like this behavior for a few reasons:
M-<orM->I'm sharing this since it may prove useful for other people, but also to see if there is a way to make it less hackish or maybe even properly supported.
Thank you for your work on consult !
Beta Was this translation helpful? Give feedback.
All reactions