[submodule "vim.dot.link/bundle/vimperator"]
path = vim.dot.link/bundle/vimperator
url = https://github.com/superbrothers/vim-vimperator
+[submodule "vim.dot.link/bundle/vim-autoread"]
+ path = vim.dot.link/bundle/vim-autoread
+ url = https://github.com/djoshea/vim-autoread
" Buffer navigation: Alt-{Up,Down}
map \eOd :bprevious<CR>
map \eOc :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