diff options
author | Adam Hovorka <[email protected]> | 2020-01-18 16:34:35 -0700 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2020-01-18 16:34:35 -0700 |
commit | ea6a879a01580da14311030cbad587a5b54ce2c4 (patch) | |
tree | 9ec92222e447f31aefacb2dde81a8d4f55b6d85d /base | |
parent | 84e2045d54eca681558a783d379d2327c2f1b23c (diff) |
Remove w!! vim "command" I never use
Diffstat (limited to 'base')
-rw-r--r-- | base/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |