]> Untitled Git - vimfiles.git/commitdiff
change leaders
authorPhilippe Huerlimann <phihue@gmail.com>
Wed, 23 Jan 2013 18:47:48 +0000 (19:47 +0100)
committerPhilippe Huerlimann <phihue@gmail.com>
Wed, 23 Jan 2013 18:47:48 +0000 (19:47 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 08c67edf436879a2ccaf8202cb6df6768edc4595..633be43b050086917c54e2fb50453d579dd81114 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -42,8 +42,9 @@ Bundle 'ujihisa/neco-ghc'
 Bundle 'matchit.zip'
 Bundle 'slimv.vim'
 
-" set leader <Leader>
+" set leader and local leader
 let mapleader = ","
+let maplocalleader = "_"
 
 " Always show the statusline
 set laststatus=2