ferret
ferret copied to clipboard
🐀 Enhanced multi-file search for Vim
I installed the latest version of ferret both on Linux and my Windows machine with Neovim. On Linux, it works as expected. But on Windows, the command `Ack` simply does...
You know you want to 😄
First of all, thank you for this cool plugin! Having a binding to reload the quickfix window would be really nice. Maybe a command like `:Rack` to repeat the last...
1.3 broke `ack` support. Fixed it in 1.4, but an integration test would have stopped the bug from ever being released. https://twitter.com/wincent/status/823070292280938496
`:Ack` can take fancy Perl-compatible regular expressions. If you then run `:Acks` with the same pattern, Vim may not actually find anything, because its patterns are not Perl-compatible, even with...
My general workflow for large edits has been to use the 'jceb/vim-editqf' plugin to search, edit the quickfix results, and use 'dsummersl/vim-cdo' to make changes. I love the idea of...