From dfc960ecd863f31a9791567cd3cba3ac17cd7927 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 17 Nov 2020 13:11:12 -0700 Subject: remove usage of Vroom --- ftplugin/ruby.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ftplugin/ruby.vim') diff --git a/ftplugin/ruby.vim b/ftplugin/ruby.vim index 5f71c87..24d10b8 100644 --- a/ftplugin/ruby.vim +++ b/ftplugin/ruby.vim @@ -51,9 +51,8 @@ command! RExtractLet call s:ExtractLet() command! RRenameVariable call s:RenameVariable() " run rspec test -nnoremap run :!rspec % -nnoremap t :VroomRunNearestTest -nnoremap ta :VroomRunTestFile +nnoremap r :!ruby %:. +nnoremap t :!bundle exec rspec %:. " ruby refactorings nnoremap rap :RAddParameter -- cgit v1.2.3