Added ,Cmd-R to rerun last conque commend (re-exec spec)

This commit is contained in:
yan
2012-04-24 14:29:18 -07:00
parent dcef19bad4
commit d7b7d79eaa
2 changed files with 3 additions and 1 deletions

View File

@@ -220,6 +220,8 @@ abbr pry! require 'pry'; binding.pry
nmap <silent> <D-R> :call RunRspecCurrentFileConque()<CR>
" Cmd-Shift-L for RSpec Current Line
nmap <silent> <D-L> :call RunRspecCurrentLineConque()<CR>
" ,Cmd-R for Last conque command
nmap <silent> ,<D-R> :call RunLastConqueCommand()<CR>
" Get the current highlight group. Useful for then remapping the color
map ,hi :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<' . synIDattr(synID(line("."),col("."),0),"name") . "> lo<" . synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">" . " FG:" . synIDattr(synIDtrans(synID(line("."),col("."),1)),"fg#")<CR>