diff --git a/.vimrc b/.vimrc index 8b16542..fd6bd4d 100644 --- a/.vimrc +++ b/.vimrc @@ -165,6 +165,9 @@ set dictionary+=/usr/share/dict/words set complete-=k complete+=k " change the mapleader from \ to , let mapleader="," +" Quickly edit/reload the vimrc file +nmap ev :e $MYVIMRC +nmap sv :so $MYVIMRC " ctags: check the current folder for tags file and keep going one directory up " all the way to the homedir