diff --git a/vim/.vimrc b/vim/.vimrc index 65f1199..3b3a66a 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -144,6 +144,10 @@ nnoremap Y y$ nnoremap let mapleader=" " +" Mappings for working with this file. +map ev :edit $MYVIMRC +map es :source $MYVIMRC + " Run make silently, then skip the 'Press ENTER to continue' noremap m :silent! :make! \| :redraw!