main #1

Merged
ZXL-Q merged 18 commits from study-area-cn/study-area-cn.old:main into main 2024-08-30 22:28:31 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f77e79a58c - Show all commits

View File

@ -153,7 +153,7 @@ Vim 有一个最基本的东西“模式”,在不同模式下,快捷键的
在使用 Vim 的过程中,假如我们需要调试一个 Shell那么我们就需要退出 Vim启动脚本再打开 Vim十分的麻烦。不过 Vim 提供了一个命令 `:!` 来让我们快速运行一行命令。
```vim
```text
:! [要执行的命令]
```