Far.vim makes it easier to find and replace text through multiple files. It's inspired by fancy IDEs, like IntelliJ and Eclipse, that provide cozy tools for such tasks.
Beta 2. (Tested on Vim 7.4, Neovim 0.2.0-dev)
Plug 'brooth/far.vim'
:Far foo bar **/*.py
:Fardo
Find the text to replace.
Same as Far
, but allows to enter {pattern}, {replace-with} and {file-mask}
one after the other.
Runs the replacement task.
Change Far
/Farp
params.
Undo last (or all) replacement(s).
Find only.
:help far.vim
..and many more! Check out :help far.vim
.
MIT