Add mapleader.

This commit is contained in:
Gea-Suan Lin
2014-03-22 12:41:56 +08:00
parent 2c8b32eb54
commit 89a1ea24a6

View File

@@ -46,6 +46,8 @@ vmap v <Plug>(expand_region_expand)
vnoremap <silent> p p`]
vnoremap <silent> y y`]
"
let mapleader="\<Space>"
"
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()