1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

增加快捷推出

This commit is contained in:
孙伟力 2020-05-16 22:48:37 +08:00
parent fe060ed93d
commit c0a7336dec

View File

@ -47,6 +47,8 @@ let mapleader = ","
" Fast saving
nmap <leader>w :w!<cr>
nmap <leader>qq :q!<cr>
nmap <leader>qa :qa!<cr>
" :W sudo saves the file
" (useful for handling the permission-denied error)