aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-04 01:47:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-04 01:47:49 +1200
commit419f12fe6fa9fed67275078e414bc6ff59f9377a (patch)
treed43bf07b9a652a668c9bbf6f46a4465f88326dd2 /vim
parentShould have been using these years ago really (diff)
downloaddotfiles-419f12fe6fa9fed67275078e414bc6ff59f9377a.tar.gz
dotfiles-419f12fe6fa9fed67275078e414bc6ff59f9377a.zip
Remove double-up
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d26af118..7dbc1bfd 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -77,10 +77,6 @@ if has('multi_byte')
set encoding=utf-8
endif
-" Files
-set autoread
-set autowrite
-
" Formatting
set autoindent
set expandtab
@@ -295,6 +291,7 @@ if has('linebreak')
endif
" Writing
+set autowrite
nnoremap ZW :w!<CR>
nnoremap ZA :wa!<CR>