From 11fd924d64d7da9eacfd1b1e7a694ac418f35a32 Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 10 Jul 2012 10:09:33 -0700 Subject: [PATCH] Change ,bf mapping conflicting with buffer list ,b --- vim/plugin/settings/rspec.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/plugin/settings/rspec.vim b/vim/plugin/settings/rspec.vim index 1ba4c72..aeb6822 100644 --- a/vim/plugin/settings/rspec.vim +++ b/vim/plugin/settings/rspec.vim @@ -22,5 +22,5 @@ endfunction nnoremap ,rxit :call ChangePendingRspecToXit() " insert a before { } block around a line -nnoremap ,bf ^ibefore { $a } +nnoremap \bf ^ibefore { $a }