Vim开发RubyOnRails 环境打造

Vim开发RubyOnRails 环境打造

http://www.everyday-cn.com/en/show_blog/242

http://www.iteye.com/topic/1117075

$sudo apt-get install exuberant-ctags


$cd %your_project%


$ctags -R --exclude=.git --exclude=log * --生成ctags文件在代码中按下"Ctrl-]""Ctrl-o"退回原来的地方

你可能感兴趣的:(Rails)