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
If you enter grep#filter, then "grep" is ignored by completion and "filter" is used for completion. This allows also to TAB cycle through the results in default completion which is an improvement over the status quo in consult-grep.
The text was updated successfully, but these errors were encountered:
minad
added a commit
to minad/consult
that referenced
this issue
Feb 18, 2021
We may want to use the boundaries feature at some point for improved completion
when the async filtering is used. In that case the input string is split in two
parts `#grep#filter`. We could return boundaries such that the completion
filtering only takes the `filter` into account. Given that, we would not need
our custom async-split completion style. This would then allow TAB cycling
candidates for example. Unfortunately Selectrum does not yet have sufficient
support for boundaries (radian-software/selectrum#448).
See comment by @minad:
The text was updated successfully, but these errors were encountered: