Created
March 9, 2011 09:14
This file contains 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
" Force the creation of the filename currently under the cursor | |
map gf! :e <cfile><CR> | |
" Allow moving between files without saving | |
set hidden | |
" Shortcuts for testing | |
map <leader>sm :wa\|:Rake spec:models<cr> | |
map <leader>sv :wa\|:Rake spec:views<cr> | |
map <leader>sc :wa\|:Rake spec:controllers<cr> | |
map <leader>sa :wa\|:Rake spec<cr> | |
map <leader>cw :wa\|:Rake cucumber:wip<cr> | |
map <leader>ca :wa\|:Rake cucumber<cr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Additional setup on top of what Janus for Vim provides.