diff options
Diffstat (limited to 'base/vimrc')
-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> |