From f221a8174a0f30582ed33dd3dda4cb9907316681 Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 12 Mar 2012 12:25:32 -0500 Subject: [PATCH] Remove conflicting tab/window management bindings --- vim/plugin/settings/yadr-keymap.vim | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vim/plugin/settings/yadr-keymap.vim b/vim/plugin/settings/yadr-keymap.vim index f6f96a25..964a1169 100644 --- a/vim/plugin/settings/yadr-keymap.vim +++ b/vim/plugin/settings/yadr-keymap.vim @@ -77,6 +77,8 @@ nnoremap } nnoremap { autocmd FileType ruby map ]m autocmd FileType ruby map [m +autocmd FileType rspec map } +autocmd FileType rspec map { " Open the project tree and expose current file in the nerdtree with Ctrl-\ nnoremap :NERDTreeFind @@ -116,10 +118,6 @@ nnoremap l nnoremap k nnoremap j -" Move between tabs with Ctrl-Shift-H and Ctrl-Shift-L -map :tabprevious -map :tabnext - " Zoom in and out of current window with ,, map ,gz o