aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2020-01-18 16:34:35 -0700
committerAdam Hovorka <[email protected]>2020-01-18 16:34:35 -0700
commitea6a879a01580da14311030cbad587a5b54ce2c4 (patch)
tree9ec92222e447f31aefacb2dde81a8d4f55b6d85d
parent84e2045d54eca681558a783d379d2327c2f1b23c (diff)
Remove w!! vim "command" I never use
-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>