From cdd7ad932b45e073e34e9c225bfb607b94daaaf3 Mon Sep 17 00:00:00 2001 From: taynpg Date: Wed, 11 Sep 2024 16:59:34 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E6=B7=BB=E5=8A=A0vscode=E4=B8=8B?= =?UTF-8?q?=E7=9A=84vim=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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",