consult-line search respecting visual-line or similar?
#1290
Unanswered
mooseyboots
asked this question in
Q&A
Replies: 1 comment
-
|
This is not supported. consult-line is strictly line-based, like occur or consult-grep. We could maybe update consult--line-candidates to take visual-line-mode into account, but it might require too many other changes and introduce incompatibilities like with embark-export to an occur buffer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have been using
consult-linerather thanisearchfor a while now.one thing i notice is that when working in prose, with unfilled paragraphs,
isearchwill let me iterate through every matching item (hittingC-sto move to the next match each time), whereasconsult-linewill just match the line itself. this means that if a line (in this case potentially a long paragraph) contains multiple matches, only the first will be shown and the next match will be the first match in the next line (i.e. paragraph).is it possible to move through multiple matches in the one line, like
isearch, or to haveconsult-linerespectvisual-line-mode, or similar?i sometimes work with filled paragraphs, but not always. it would be nice to have it work in both cases.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions