1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:40:06 +08:00

docs(C/C++): fix typos in vim as C/C++ IDE

This commit is contained in:
tiwe0 2022-04-13 19:25:39 +08:00 committed by GitHub
parent e32ec1f886
commit e6dc367a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ C/C++ 代码格式化,主要依赖 `format` 模块,快捷键为 `SPC b f`
### 交互式编程 ### 交互式编程
在编辑 C/C++ 文件时,可通过快捷键 `SPC l s i` 启动 `php -a` 交互窗口, 在编辑 C/C++ 文件时,可通过快捷键 `SPC l s i` 启动 `igcc` 交互窗口,
之后使用快捷键将代码发送至解释器。默认快捷键都以 `SPC l s` 为前缀。 之后使用快捷键将代码发送至解释器。默认快捷键都以 `SPC l s` 为前缀。