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
While I like the interface very much, I hadn't realised just how much I like orderless clauses eg "save hist " will match a line with "hist save". consult-line/helm-swoop and similar support this. Is this a goer?
The text was updated successfully, but these errors were encountered:
It's a little tricky; see my comment at #70 (comment). Not necessarily impossible, but the architecture of CTRLF is more similar to Isearch than it is to Swiper/consult-line/helm-swoop/etc. The out-of-order matching implies some first-class concept of what a "line" is, because you have to split the buffer into chunks at some point in order to decide over what size of region each of the clauses should be matched. So some thought is required as to a good way to do this.
Just a thumbs up for ctrlf though. I set my default to fuzzy-regexp and it
meets my needs.. Its just cleaner than most and aborts/restarts in a more
consistent manner. I like it a lot.
On Sun, 17 Jan 2021 at 19:08, Radon Rosborough ***@***.***> wrote:
It's a little tricky; see my comment at #70 (comment)
<#70 (comment)>. Not
necessarily impossible, but the architecture of CTRLF is more similar to
Isearch than it is to Swiper/consult-line/helm-swoop/etc. The out-of-order
matching implies some first-class concept of what a "line" is, because you
have to split the buffer into chunks at some point in order to decide over
what size of region each of the clauses should be matched. So some thought
is required as to a good way to do this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#76 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACYTC3AOQSR5RQ4M2AUIBLS2MRQLANCNFSM4V6EW7EQ>
.
While I like the interface very much, I hadn't realised just how much I like orderless clauses eg "save hist " will match a line with "hist save". consult-line/helm-swoop and similar support this. Is this a goer?
The text was updated successfully, but these errors were encountered: