While it is nice to forward ansi coloring to tools like fzf, and have them interpret it, I would prefer none of this at all. I did not find an option to disable the coloring.
Workaround
alias remove-ansi="sed -r 's/\x1b\[[0-9;]*m//g'"
vgrep --no-header ... | remove-ansi
While it is nice to forward ansi coloring to tools like
fzf, and have them interpret it, I would prefer none of this at all. I did not find an option to disable the coloring.Workaround