From bcacb8f48df0f63b3ae3744012631a6cf0b60b78 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Tue, 27 Aug 2024 19:47:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/learn_linux_basic/shell_and_shell_script/vim_editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/learn_linux_basic/shell_and_shell_script/vim_editor.md b/src/learn_linux_basic/shell_and_shell_script/vim_editor.md index 5dcee6c..5b51fca 100644 --- a/src/learn_linux_basic/shell_and_shell_script/vim_editor.md +++ b/src/learn_linux_basic/shell_and_shell_script/vim_editor.md @@ -165,7 +165,7 @@ Vim 有一个最基本的东西“模式”,在不同模式下,快捷键的 在 Vim 中,我们可以使用 `:set (no)[配置名]` 去开关某些配置。 -对于有参数的选择,可以使用 `:set [配置名]=[值]` +对于有参数的配置,可以使用 `:set [配置名]=[值]` 下面是一些常用配置: