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

Fix typos in docs (#4235)

This commit is contained in:
Mateo Gonzales Navarrete 2021-04-26 11:37:56 -05:00 committed by GitHub
parent 1fe6a3dacc
commit 86668e4a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -856,8 +856,8 @@ Navigation is centered on the `hjkl` keys with the hope of providing a fast navi
| `g x` | Execute with vimfiler associated |
| `'` | Toggle mark current line |
| `V` | Clear all marks |
| `>` | iecrease filetree screenwidth |
| `<` | dncrease filetree screenwidth |
| `>` | increase filetree screenwidth |
| `<` | decrease filetree screenwidth |
| `<Home>` | Jump to first line |
| `<End>` | Jump to last line |
| `Ctrl-Home` | Switch to project root directory |