Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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