jremmen / vim-ripgrep

Use RipGrep in Vim and display results in a quickfix list
MIT License
541 stars 99 forks source link

more generic shellpipe to with in bash and fish #42

Open miki725 opened 5 years ago

miki725 commented 5 years ago

fixes https://github.com/jremmen/vim-ripgrep/issues/41

robjperez commented 4 years ago

I was going to submit the same patch because I'm using fish shell and It didn't work.

@jremmen please review it and merge if you are ok with the change since the plugin is not working for fish shell users

miki725 commented 4 years ago

@robjperez for now I use my fork where I added couple of keyboard shortcuts as well https://github.com/miki725/vim-ripgrep/tree/master