Skip to content

Commit

Permalink
making <leader>gs open app/services stuff, as i don't use stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
joho committed Jun 8, 2011
1 parent d532cd6 commit 2ef302b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ map <leader>gm :CommandTFlush<cr>\|:CommandT app/models<cr>
map <leader>gh :CommandTFlush<cr>\|:CommandT app/helpers<cr>
map <leader>gl :CommandTFlush<cr>\|:CommandT lib<cr>
map <leader>gp :CommandTFlush<cr>\|:CommandT public<cr>
map <leader>gs :CommandTFlush<cr>\|:CommandT public/stylesheets<cr>
map <leader>gs :CommandTFlush<cr>\|:CommandT app/services<cr>

cnoremap %% <C-R>=expand('%:h').'/'<cr>
Expand Down

0 comments on commit 2ef302b

Please sign in to comment.