deris / vim-dirdo

execute Vim command for each file recursively under directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dirdo

This plugin execute Vim command for each file recursively under directories.

Usage

" For example, add two directories to the directory list
:DirDoDefine ~/work/example1 ~/work/example2

" replace 'foo' to 'bar' for each file in the directory list
:DirDoDo %s/foo/bar/g

License

MIT License

About

execute Vim command for each file recursively under directories


Languages

Language:Vim Script 100.0%