完成 Vim Editor #22

Merged
cxykevin merged 4 commits from :main into main 2024-08-27 19:58:01 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bcacb8f48d - Show all commits

View File

@ -165,7 +165,7 @@ Vim 有一个最基本的东西“模式”,在不同模式下,快捷键的
在 Vim 中,我们可以使用 `:set (no)[配置名]` 去开关某些配置。
对于有参数的选择,可以使用 `:set [配置名]=[值]`
对于有参数的配置,可以使用 `:set [配置名]=[值]`
下面是一些常用配置: