1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00

Fixed: fix typos. (#2413)

This commit is contained in:
ssfjhh 2019-01-05 19:14:00 +08:00 committed by Wang Shidong
parent e1d6f0d883
commit b7be390f57

View File

@ -14,13 +14,13 @@ lang: cn
- [启用模块](#启用模块)
- [语法检查](#语法检查)
- [代码格式化](#代码格式化)
- [格式化 imports](#格式化-imports)
- [格式化 Imports](#格式化-imports)
- [快捷键](#快捷键)
- [跳至定义处](#跳至定义处)
- [代码生成](#代码生成)
- [交互式编程](#交互式编程)
- [运行当前脚本](#运行当前脚本)
- [整理 Imports](#整理-imports)
- [整理 imports](#整理-imports)
<!-- vim-markdown-toc -->
@ -58,13 +58,13 @@ pip install --user flake8
### 代码格式化
默认的代码格式化快捷键为 `SPC b f` 需要安装 `yapf`。若需要在保存文件自动格式化该 python 文件,需要设置 `format-on-save``true`
默认的代码格式化快捷键为 `SPC b f` 需要安装 `yapf`。若需要在保存文件自动格式化该 python 文件,需要设置 `format-on-save``true`
```sh
pip install --user yapf
```
### 格式化 imports
### 格式化 Imports
若需要更便捷地删除未使用的 imports需要安装 [autoflake](https://github.com/myint/autoflake)
@ -107,9 +107,9 @@ pip install --user isort
### 运行当前脚本
在编辑 python 文件,可通过快捷键 `SPC l r` 快速异步运行当前文件,运行结果会展示在一个独立的执行窗口内。
在编辑 python 文件,可通过快捷键 `SPC l r` 快速异步运行当前文件,运行结果会展示在一个独立的执行窗口内。
### 整理 Imports
### 整理 imports
| 快捷键 | 按键描述 |
| ----------- | ------------------------------- |