mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Minor fix
This commit is contained in:
parent
c37d7bb33e
commit
866174e7e2
7 changed files with 21 additions and 19 deletions
|
|
@ -60,7 +60,7 @@ noremap gpr editor.action.referenceSearch.trigger
|
|||
noremap ga editor.action.quickFix
|
||||
|
||||
" Rename, or [c]hange [d]efinition
|
||||
noremap cd editor.action.rename
|
||||
nnoremap cd editor.action.rename
|
||||
|
||||
" Requires matchit by redguardtoo
|
||||
" nnoremap % extension.matchitJumpItems
|
||||
|
|
@ -74,8 +74,9 @@ vnoremap > editor.action.indentLines
|
|||
" 分词版本的w和b,支持中文,需要插件
|
||||
" 为了保证递归解析,而不是打断,使用 `nmap` 而不是 `nnoremap`
|
||||
" Comment if you don't use cjk or the plugin
|
||||
nmap w cjkWordHandler.cursorWordEndRight
|
||||
nmap b cjkWordHandler.cursorWordStartLeft
|
||||
" This is buggy
|
||||
"nmap w cjkWordHandler.cursorWordEndRight
|
||||
"nmap b cjkWordHandler.cursorWordStartLeft
|
||||
|
||||
" <C-w> will be parsed by VSCode itself.
|
||||
" noremap <C-w>n <C-w>j
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue