新增快捷键

This commit is contained in:
2026-05-01 16:53:21 +00:00
parent c113c64df0
commit 6dffbe5232

1
.vimrc
View File

@@ -9,6 +9,7 @@ set shiftwidth=4
" 快捷键设置
map <C-S> :w!<CR>
map <C-Q> :wq!<CR>
map <C-A-Q> :q!<CR>
map <C-N> :NERDTree<CR>
map <C-C> :NERDTreeClose<CR>
map <C-D> :NERDTreeFind<CR>