add:添加vscode下的vim配置
This commit is contained in:
parent
b343b4a148
commit
cdd7ad932b
31
code.txt
31
code.txt
@ -25,6 +25,37 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
VIM配置:
|
||||||
|
"editor.lineNumbers": "relative",
|
||||||
|
"vim.leader": "<space>",
|
||||||
|
"vim.useSystemClipboard": true,
|
||||||
|
"vim.useCtrlKeys": true,
|
||||||
|
"vim.normalModeKeyBindings": [
|
||||||
|
{
|
||||||
|
"before": [
|
||||||
|
"<leader>",
|
||||||
|
"g",
|
||||||
|
"c"
|
||||||
|
],
|
||||||
|
"commands": ["workbench.action.showCommands"],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"before": [
|
||||||
|
"<leader>",
|
||||||
|
"c",
|
||||||
|
"f"
|
||||||
|
],
|
||||||
|
"commands": ["editor.action.formatDocument"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"before": [
|
||||||
|
"<leader>",
|
||||||
|
"j",
|
||||||
|
],
|
||||||
|
"commands": ["workbench.action.togglePanel"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
microsoft cpp intelligence config:
|
microsoft cpp intelligence config:
|
||||||
{
|
{
|
||||||
"files.autoSave": "onFocusChange",
|
"files.autoSave": "onFocusChange",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user