4 lines
160 B
VimL
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>
|