diff --git a/code.txt b/code.txt index 26b793d..f4b4520 100644 --- a/code.txt +++ b/code.txt @@ -25,6 +25,37 @@ } ] +VIM配置: + "editor.lineNumbers": "relative", + "vim.leader": "", + "vim.useSystemClipboard": true, + "vim.useCtrlKeys": true, + "vim.normalModeKeyBindings": [ + { + "before": [ + "", + "g", + "c" + ], + "commands": ["workbench.action.showCommands"], + }, + { + "before": [ + "", + "c", + "f" + ], + "commands": ["editor.action.formatDocument"] + }, + { + "before": [ + "", + "j", + ], + "commands": ["workbench.action.togglePanel"] + } + ] + microsoft cpp intelligence config: { "files.autoSave": "onFocusChange",