-
Hi everyone. Is it possible to search and replace a keyword in selected locations in the entire project using fzf-lua. If so how can I do it. |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Sep 1, 2024
Replies: 1 comment 4 replies
-
You’ll need to write a custom action in lua for that and use the regex (opts.search) or query to replace text at the selected lines. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
231tr0n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You’ll need to write a custom action in lua for that and use the regex (opts.search) or query to replace text at the selected lines.