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

docs(website): typo in website

Signed-off-by: 张凯 <zackzhangkai@gmail.com>

Signed-off-by: 张凯 <zackzhangkai@gmail.com>
Co-authored-by: 张凯 <zackzhangkai@gmail.com>
This commit is contained in:
zackzhangkai 2022-09-24 20:09:51 +08:00 committed by GitHub
parent b07b5038af
commit 3635c7775c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1422,7 +1422,7 @@ SpaceVim 选项 `window_leader` 的值来设为其它按键:
| `SPC f E` | open a file with elevated privileges (sudo edit)(TODO) |
| `SPC f f` | 在当前文件所在文件夹搜索文件 |
| `SPC f F` | 在当前文件所在的文件夹搜索光标下的文件 |
| `SPC f o` | 开文件树,并定位到当前文件 |
| `SPC f o` | 开文件树,并定位到当前文件 |
| `SPC f R` | 重命名当前文件 |
| `SPC f s` / `Ctrl-s` | 保存文件 (:w) |
| `SPC f a` | 另存为新的文件 |