1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

add K key binding to documentation (#3415)

This adds the K key binding to the file tree documentation that is bound for VimFiler, nerdtree and defx.
This commit is contained in:
Pieter Joost van de Sande 2020-03-22 05:02:39 +01:00 committed by GitHub
parent 94be1edd65
commit b104fea146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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