aboutsummaryrefslogtreecommitdiff
path: root/vimrc.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc.dot.link')
-rw-r--r--vimrc.dot.link7
1 files changed, 7 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 82b7692..64229f0 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -201,3 +201,10 @@ nmap 0 10gt
" Buffer navigation: Alt-{Up,Down}
map Od :bprevious<CR>
map Oc :bnext<CR>
+
+" See
+" http://vim.wikia.com/wiki/Have_Vim_check_automatically_if_the_file_has_changed_externally
+" http://stackoverflow.com/questions/2490227/how-does-vims-autoread-work
+" http://stackoverflow.com/questions/2490227/how-does-vims-autoread-work
+"au FocusGained,BufEnter * :silent! !
+"au FocusLost,WinLeave * :silent! w