aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-03 18:20:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-03 18:20:14 +1200
commit89a59176ec7b584a42b415533dd9cdd06c9d3484 (patch)
tree6e8adf2602cc2bb7b4678815cdf819f892215e52 /vim
parentDon't keep viminfo for temporary/sensitive files (diff)
downloaddotfiles-89a59176ec7b584a42b415533dd9cdd06c9d3484.tar.gz
dotfiles-89a59176ec7b584a42b415533dd9cdd06c9d3484.zip
Should have been using these years ago really
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c397dfa0..d26af118 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -77,6 +77,10 @@ if has('multi_byte')
set encoding=utf-8
endif
+" Files
+set autoread
+set autowrite
+
" Formatting
set autoindent
set expandtab