diff --git a/vim/plugin/settings/yadr-keymap.vim b/vim/plugin/settings/yadr-keymap.vim index f6f96a2..964a116 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