From 46007d5c306a96bd668962714c5b286bfee73909 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 17 Feb 2017 18:02:29 +0100 Subject: vimrc: Add tf mapping to run current RSpec file Leverage 'vim-rspec' to make it easy for us to run the current spec file. --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index cbe71c4..384778d 100644 --- a/vimrc +++ b/vimrc @@ -351,6 +351,9 @@ " 2016.04.18: " * Remove the `Wrap` command since I never use it. " +" 2017.02.17: +" * Add tf mapping to run current RSpec spec file. +" " Pathogen @@ -553,6 +556,10 @@ let g:slimv_impl = 'sbcl' let g:slimv_swank_cmd = '! screen -d -m -t REPL-SBCL sbcl --load ~/.vim/bundle/slimv/slime/start-swank.lisp' +" RSpec +nnoremap tf :call RunCurrentSpecFile() + + " Mappings " ======== -- cgit v1.2.3