Created
December 9, 2011 10:53
-
-
Save manuelmorales/1451082 to your computer and use it in GitHub Desktop.
How to make Vim to pick up the app/cache directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Add this to your ~/.vimrc to allow you do :Rcache activity_json | |
" to open app/cache/activity_json_cache.rb | |
autocmd User Rails Rnavcommand cache app/cache -glob=**/* -suffix=_cache.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment