enable autoread

This commit is contained in:
Jidbo 2019-01-18 18:34:26 +01:00
parent 37bf8b7167
commit 951d40698f

1
.vimrc
View file

@ -81,6 +81,7 @@ set virtualedit=block
set scrolloff=1 set scrolloff=1
set wildmenu set wildmenu
set term=screen-256color set term=screen-256color
set autoread
" tabs and line wrap " tabs and line wrap
set tabstop=4 set tabstop=4