Replies: 1 comment 1 reply
-
You are talking about the pipe in the shell? i.e. the If yes, then sorry the But we could take a look see if we could support the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Default
:FzfxLiveGrep
works great, but there seem to be no obvious way to replicate common "grep twice" pattern.Consider the command:
grep -r -w -e 'import' * | grep -w 'User'
. It searches for all lines that have both "import" and "User".Original fzf.vim has
:Lines
that does exactly that. I think it would be a great addition to thefzfx.nvim
, maybe as a part of #523.Beta Was this translation helpful? Give feedback.
All reactions