From 0b66228b1ca544b3b0037475dfb4b5c652312bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=8D=E7=AB=AF=E8=8F=9C13?= <38740836+fyhhub@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:41:29 +0800 Subject: [PATCH] changes --- ...344\275\277\347\224\250cmd\347\273\210\347\253\257.md" | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 "src/tools/window\344\275\277\347\224\250cmd\347\273\210\347\253\257.md" diff --git "a/src/tools/window\344\275\277\347\224\250cmd\347\273\210\347\253\257.md" "b/src/tools/window\344\275\277\347\224\250cmd\347\273\210\347\253\257.md" new file mode 100644 index 0000000000..931fb93a2a --- /dev/null +++ "b/src/tools/window\344\275\277\347\224\250cmd\347\273\210\347\253\257.md" @@ -0,0 +1,8 @@ +# window使用cmd终端 + + +1. 安装 [cmder](https://cmder.app/), 如果电脑已经有git了,直接安装Mini版本即可 + +2. [配置vscode](https://github.com/cmderdev/cmder/wiki/Seamless-VS-Code-Integration) + +3. 安装配置完成后,可以在cmder中执行: `clink set autosuggest.enable true` 可以给命令行添加自动提示 \ No newline at end of file