1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00

fix typo: corsor → cursor (#2828)

This commit is contained in:
dduenker 2019-05-17 02:43:34 +02:00 committed by Wang Shidong
parent 5496fb9676
commit a65f2df62a

View File

@ -1187,7 +1187,7 @@ Navigation is centered on the `hjkl` keys with the hope of providing a fast navi
| `<Down>` / `j` | select next file or directory | | `<Down>` / `j` | select next file or directory |
| `<Up>` / `k` | select previous file or directory | | `<Up>` / `k` | select previous file or directory |
| `<Right>` / `l` | open selected file or expand directory | | `<Right>` / `l` | open selected file or expand directory |
| `N` | Create new file under corsor | | `N` | Create new file under cursor |
| `y y` | Copy file full path to system clipboard | | `y y` | Copy file full path to system clipboard |
| `y Y` | Copy file to system clipboard | | `y Y` | Copy file to system clipboard |
| `P` | Paste file to the position under the cursor | | `P` | Paste file to the position under the cursor |