Move mapleader definition to vimrc
It seems that the mapleader has to be defined before vundle starts to load the plugins. For this reason, I moved it from yadr-keymap back into the vimrc. I'm sure it's not a big deal having the leader mapped under the "general config" instead of inside settings.
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
" ========================================
|
||||
"
|
||||
"
|
||||
" Change leader to a comma because the backslash is too far away
|
||||
" That means all \x commands turn into ,x
|
||||
let mapleader=","
|
||||
|
||||
" alias yw to yank the entire word 'yank inner word'
|
||||
" even if the cursor is halfway inside the word
|
||||
" FIXME: will not properly repeat when you use a dot (tie into repeat.vim)
|
||||
|
||||
Reference in New Issue
Block a user