grep.vim

rails.vim, project.vim だけでは、いわゆるプロジェクト内検索ができなさそうに見えたのでgrep.vimを入れる。

:command -nargs=* SearchRuby :Rgrep <args> *.rb
:command -nargs=* SearcheRuby :Rgrep <args> *.rhtml
:command -nargs=* SearchJavaScript :Rgrep <args> *.js
:command -nargs=* SearchTask :Rgrep <args> *.rake
:command -nargs=* SearchYaml :Rgrep <args> *.yaml