Skip to content

Commit

Permalink
include mapping for Rfunctionaltest
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hyland committed Mar 16, 2012
1 parent 1fcc36e commit cc1858a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/.vimrc
Expand Up @@ -45,6 +45,7 @@ map <leader>m :execute 'Rmodel'<CR>
map <leader>v :execute 'Rview'<CR> map <leader>v :execute 'Rview'<CR>
map <leader>c :execute 'Rcontroller'<CR> map <leader>c :execute 'Rcontroller'<CR>
map <leader>u :execute 'Runittest'<CR> map <leader>u :execute 'Runittest'<CR>
map <leader>f :execute 'Rfunctionaltest'<CR>
filetype on " Enable filetype detection filetype on " Enable filetype detection
filetype indent on " Enable filetype-specific indenting filetype indent on " Enable filetype-specific indenting
Expand Down

0 comments on commit cc1858a

Please sign in to comment.