mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Added configuration for mapleader
This commit is contained in:
parent
b40a574e92
commit
b8ce591496
7
vimrc
7
vimrc
@ -154,3 +154,10 @@ endfunction
|
||||
map <F2> :call PasteToggle()<CR>
|
||||
imap <F2> <c-o>:call PasteToggle()<CR>
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user