dotfiles/vim-files/vim/ftplugin/ruby.vim
2015-12-02 18:02:35 -08:00

4 lines
160 B
VimL

" vim-rspec mappings
nnoremap <Leader>t :call RunCurrentSpecFile()<CR>
nnoremap <Leader>s :call RunNearestSpec()<CR>
nnoremap <Leader>l :call RunLastSpec()<CR>