aboutsummaryrefslogtreecommitdiff
path: root/base/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'base/vimrc')
-rw-r--r--base/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/vimrc b/base/vimrc
index dfef46e..619f3c7 100644
--- a/base/vimrc
+++ b/base/vimrc
@@ -183,7 +183,7 @@ noremap <silent> - :s/^\(\s*\)\/\//\1/<CR>:noh<CR>
vnoremap Q gq
nnoremap Q gqap
-cnoremap w!! %!sudo tee % >/dev/null
+"cnoremap w!! %!sudo tee % >/dev/null
cnoremap <c-n> <down>
cnoremap <c-p> <up>