Replaced vim-rspec with vim-ruby-conque bindings

This commit is contained in:
Yan Pritzker
2012-03-08 23:25:10 -08:00
parent d636a32fe4
commit fa59cff513
4 changed files with 10 additions and 19 deletions

View File

@@ -54,11 +54,6 @@ nnoremap ,. '.
" put the cursor right after the quote
imap <C-a> <esc>wa
" ================== rails.vim
"
" Open corresponding unittest (or spec), alias for :AV in rails.vim
nmap ,ru :AV<CR>
" ==== NERD tree
" Cmd-Shift-N for nerd tree
nmap <D-N> :NERDTreeToggle<CR>
@@ -209,9 +204,9 @@ nmap ,Bc :ClearBookmarks<cr>
abbr pry! require 'pry'; binding.pry
" ============================
" vim-rspec
" vim-ruby-conque
" ============================
" Cmd-Shift-R for RSpec
nmap <D-R> :RunSpec<CR>
nmap <silent> <D-R> :call RunRspecCurrentFileConque()<CR>
" Cmd-Shift-L for RSpec Current Line
nmap <D-L> :RunSpecLine<CR>
nmap <silent> <D-L> :call RunRspecCurrentLineConque()<CR>