Skip to content

Commit

Permalink
Add new nav commands and tweak existing backbone ones
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Sep 10, 2012
1 parent 30a81b9 commit 30f211a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions vim/rails.vim
Expand Up @@ -6,8 +6,10 @@ autocmd User Rails Rnavcommand routes config -g
autocmd User Rails Rnavcommand initializer config/initializers -glob=**/*
autocmd User Rails Rnavcommand factories spec test -glob=**/* -default=factories
autocmd User Rails Rnavcommand job app/jobs -glob=**/* -suffix=.rb
autocmd User Rails Rnavcommand serializer app/serializers -glob=**/* -suffix=.rb
autocmd User Rails Rnavcommand decorator app/decorators -glob=**/* -suffix=.rb
autocmd User Rails Rnavcommand template app/assets/templates -glob=**/* -suffix=.jst.ejs
autocmd User Rails Rnavcommand jmodel app/assets/javascripts/models -glob=**/* -suffix=.coffee
autocmd User Rails Rnavcommand jview app/assets/javascripts/views -glob=**/* -suffix=.coffee
autocmd User Rails Rnavcommand jcollection app/assets/javascripts/collections -glob=**/* -suffix=.coffee
autocmd User Rails Rnavcommand jrouter app/assets/javascripts/routers -glob=**/* -suffix=.coffee
autocmd User Rails Rnavcommand jmodel app/assets/javascripts/models -glob=**/* -suffix=
autocmd User Rails Rnavcommand jview app/assets/javascripts/views -glob=**/* -suffix=
autocmd User Rails Rnavcommand jcollection app/assets/javascripts/collections -glob=**/* -suffix=
autocmd User Rails Rnavcommand jrouter app/assets/javascripts/routers -glob=**/* -suffix=

0 comments on commit 30f211a

Please sign in to comment.