Skip to content

Instantly share code, notes, and snippets.

@manuelmorales
Created December 9, 2011 10:53
Show Gist options
  • Save manuelmorales/1451082 to your computer and use it in GitHub Desktop.
Save manuelmorales/1451082 to your computer and use it in GitHub Desktop.
How to make Vim to pick up the app/cache directory
" 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