添加快捷键

This commit is contained in:
2026-04-30 03:30:48 +00:00
parent 500caa2601
commit e2cd33759c

6
.vimrc
View File

@@ -7,6 +7,8 @@ set ts=4
set shiftwidth=4
" 快捷键设置
map <C-S> :w!<CR>
map <C-Q> :wq!<CR>
map <C-N> :NERDTree<CR>
map <C-C> :NERDTreeClose<CR>
map <C-D> :NERDTreeFind<CR>
@@ -14,7 +16,9 @@ map <C-T> :terminal<CR>
" coc.pulg
" coc-json
" coc-vimlsp
" coc-vimlsp
" coc-html
" coc-python
" vim-pulg