Added local leader for latex plugin

This commit is contained in:
lhark 2015-10-01 00:26:57 +02:00
parent bbe1bd7889
commit 82b68bc833

1
vimrc
View file

@ -98,6 +98,7 @@ if has("autocmd")
endif
"[Define the leader key]"
let mapleader=","
let maplocalleader=","
"[List of buffers]"
map <F7> :ls!<CR>:buffer<Space>
"[Reselect visual block after indent/outdent]"