-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Duplicate of #1384. |
Beta Was this translation helpful? Give feedback.
-
This can only work while fuzzy matching grep results, emphasis not “live” grep, live searches only file contents and uses a regex so the If you want to look for matches like that you can use Note this will not work with |
Beta Was this translation helpful? Give feedback.
This can only work while fuzzy matching grep results, emphasis not “live” grep, live searches only file contents and uses a regex so the
:
will only match if the line contents contains:
.If you want to look for matches like that you can use
:FzfLua grep search=''
(similar togrep_ project
with fuzzy matching on the file name/line/col).Note this will not work with
:FzfLua files
and other pickers that do not display line numbers, as there is nothing to match against the:
.