[ADD][VIM] Mapping to source current buffer

This commit is contained in:
Bruno BELANYI 2019-11-04 17:54:31 +01:00
parent b1db71ddfa
commit 8b3eb2d05e

View file

@ -4,6 +4,7 @@ nnoremap Y y$
" Mappings for working with vimrc
nnoremap <Leader>ev :edit $MYVIMRC<CR>
nnoremap <Leader>es :source $MYVIMRC<CR>
nnoremap <Leader>et :source %<CR>
" Easier escape from insert mode
inoremap jkj <Esc>