diff --git a/.vim/vimrc b/.vim/vimrc index 14083fa..5ede90e 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -46,6 +46,8 @@ vmap v (expand_region_expand) vnoremap p p`] vnoremap y y`] " +let mapleader="\" +" filetype off set rtp+=~/.vim/bundle/vundle/ call vundle#rc()