GitHub - brooth/far.vim at beta1 · GitHub
Skip to content

brooth/far.vim

Folders and files

Repository files navigation

far.vim - Find And Replace Vim plugin

Intro

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.

Installation

Plug 'brooth/far.vim'

Usage

:Far foo bar **/*.py
:Fardo

far.vim

:Far {pattern} {replace-with} {file-mask} [params]

Find the text to replace.

:Farp [params]

Same as Far, but allows to enter {pattern}, {replace-with} and {file-mask} one after the other.

:Fardo [params]

Runs the replacement task.

:Refar

Reruns Far or Farp command with the same arguments.

Need help?

:help far.vim

Extras

Multiline Replacement

multiline

Command-Line Completion

complete

Consistency Check

consistancy

License

MIT

About

Find And Replace Vim plugin

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors