标签:bind mil textinput auto handle rdo lld class family
Jetbrains Mono
Microsoft Yahei UI
字体,Darcula Theme
主题,vscode-icons
,vim
插件{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Darcula",
"editor.fontFamily": "'Jetbrains Mono', 'Microsoft Yahei UI', 'Fira Code'",
"editor.fontSize": 13,
"editor.fontLigatures": true,
"editor.fontWeight": "400",
"editor.lineHeight": 20,
"vim.handleKeys": {
"<C-a>": false,
"<C-f>": false,
"<C-k>": false,
"<C-s>": false,
"<C-p>": false,
"<C-n>": false
},
"vim.useSystemClipboard": true
}
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "alt+l",
"command": "cursorRight",
"when": "textInputFocus"
},
{
"key": "alt+h",
"command": "cursorLeft",
"when": "textInputFocus"
},
{
"key": "alt+j",
"command": "cursorDown",
"when": "textInputFocus"
},
{
"key": "alt+k",
"command": "cursorUp",
"when": "textInputFocus"
}
]
插件:
标签:bind mil textinput auto handle rdo lld class family
原文地址:https://www.cnblogs.com/dylanchu/p/12235958.html