diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim
index af7877a5..1e75a3fb 100644
--- a/vimrcs/basic.vim
+++ b/vimrcs/basic.vim
@@ -39,6 +39,7 @@ filetype indent on
 
 " Set to auto read when a file is changed from the outside
 set autoread
+au FocusGained,BufEnter * checktime
 
 " With a map leader it's possible to do extra key combinations
 " like <leader>w saves the current file