diff --git a/vim/plugin/settings/skwp-keymap.vim b/vim/plugin/settings/skwp-keymap.vim index a308c3a..c28462a 100644 --- a/vim/plugin/settings/skwp-keymap.vim +++ b/vim/plugin/settings/skwp-keymap.vim @@ -67,6 +67,9 @@ nmap ,qo :copen nnoremap } nnoremap { +autocmd FileType ruby map ]m +autocmd FileType ruby map [m + " Open the project tree and expose current file in the nerdtree with Ctrl-\ nnoremap :NERDTreeFind