diff --git a/.vimrc b/.vimrc index 3208816..7d087c3 100644 --- a/.vimrc +++ b/.vimrc @@ -35,6 +35,9 @@ set tags=./tags;,tags colorscheme habamax +" Read changes to files on disk automatically without needing to reload +set autoread + " Mappings nnoremap f :Files nnoremap b :Buffers