6 lines
295 B
VimL
6 lines
295 B
VimL
" Define leader keys. They need to be here as they might be used to configure
|
|
" NeoBundle mappings. If a local configuration wants to override them, it
|
|
" should do so in its vimrc file.
|
|
|
|
let mapleader = ' ' " Space as leader character
|
|
let maplocalleader = ',' " Comma as local leader character
|