[ADD][VIM] Mapping to source current buffer
This commit is contained in:
parent
b1db71ddfa
commit
8b3eb2d05e
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue