[ADD][VIM] Mapping to edit and source vimrc file
This commit is contained in:
parent
6accfe38e8
commit
14380d14b7
|
@ -144,6 +144,10 @@ nnoremap Y y$
|
||||||
nnoremap <Space> <nop>
|
nnoremap <Space> <nop>
|
||||||
let mapleader=" "
|
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'
|
" Run make silently, then skip the 'Press ENTER to continue'
|
||||||
noremap <leader>m :silent! :make! \| :redraw!<cr>
|
noremap <leader>m :silent! :make! \| :redraw!<cr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue