aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>