From: David Kerkeslager Date: Thu, 23 Sep 2010 15:13:53 +0000 (-0700) Subject: Added support for automatically applying changes the user writes to the .vimrc. X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=43023fc773ff29389981f00c5f16ad8de5e5d0c0 Added support for automatically applying changes the user writes to the .vimrc. --- diff --git a/.vimrc b/.vimrc index b17c535..fd01a20 100644 --- a/.vimrc +++ b/.vimrc @@ -93,4 +93,7 @@ noremap! noremap "" noremap! +" Automatically reload the .vimrc when changes are made to it +au! BufWritePost .vimrc source % +