1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

auto reloading of externally changed files

This commit is contained in:
Michiel Scholten
2014-08-01 18:12:13 +02:00
parent 30fba381ce
commit f69171cbe8

3
.vimrc
View File

@@ -59,6 +59,9 @@ set complete-=k complete+=k
" 2006-04-24
set smartcase
" reload file when changes happen in other editors
set autoread
" 2008-04-14 with the if-statement added at 2008-11-19
if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
set t_Co=256