This commit is contained in:
fffed 2021-04-18 11:55:27 +03:00 committed by GitHub
parent 75cb2232f2
commit 79a8188ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ highlight NvimTreeFolderIcon guibg=blue
- type `d` to delete a file (will prompt for confirmation) - type `d` to delete a file (will prompt for confirmation)
- type `]c` to go to next git item - type `]c` to go to next git item
- type `[c` to go to prev git item - type `[c` to go to prev git item
- type '-' to naviate up to the parent directory of the current file/directory - type `-` to navigate up to the parent directory of the current file/directory
- if the file is a directory, `<CR>` will open the directory otherwise it will open the file in the buffer near the tree - if the file is a directory, `<CR>` will open the directory otherwise it will open the file in the buffer near the tree
- if the file is a symlink, `<CR>` will follow the symlink (if the target is a file) - if the file is a symlink, `<CR>` will follow the symlink (if the target is a file)
- `<C-v>` will open the file in a vertical split - `<C-v>` will open the file in a vertical split