1
0
mirror of https://github.com/xlogerais/config-vim synced 2024-09-19 22:29:58 +02:00

Added configuration for mapleader

This commit is contained in:
Xavier Logerais 2015-03-01 23:02:22 +01:00
parent b40a574e92
commit b8ce591496

7
vimrc
View File

@ -154,3 +154,10 @@ endfunction
map <F2> :call PasteToggle()<CR> map <F2> :call PasteToggle()<CR>
imap <F2> <c-o>:call PasteToggle()<CR> imap <F2> <c-o>:call PasteToggle()<CR>
set pastetoggle=<F2> set pastetoggle=<F2>
" ------[ Mapping ] ----------------------------------------------
let mapleader = ","
map <Leader>ve :edit ~/.vimrc<CR>
map <Leader>ne :edit ~/.notes<CR>
map <Leader>te :edit ~/.todo-perso<CR>