mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Modified some global mappings
This commit is contained in:
parent
0a11a27f16
commit
bceb91c4f3
6
vimrc
6
vimrc
@ -156,6 +156,6 @@ 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>
|
||||
map <Leader>ve :tabedit ~/.vimrc<CR>
|
||||
map <Leader>ne :tabedit ~/.notes<CR>
|
||||
map <Leader>te :tabedit ~/.todo<CR>
|
||||
|
Loading…
Reference in New Issue
Block a user