[ADD][VIM] Mapping to edit and source vimrc file

This commit is contained in:
Bruno BELANYI 2019-07-13 01:18:47 +02:00
parent 6accfe38e8
commit 14380d14b7

View file

@ -144,6 +144,10 @@ nnoremap Y y$
nnoremap <Space> <nop>
let mapleader=" "
" Mappings for working with this file.
map <Leader>ev :edit $MYVIMRC<CR>
map <Leader>es :source $MYVIMRC<CR>
" Run make silently, then skip the 'Press ENTER to continue'
noremap <leader>m :silent! :make! \| :redraw!<cr>