chore: update docs to add H and formatting

This commit is contained in:
kiyan
2022-02-21 18:48:22 +01:00
parent 9f3dc98de7
commit a9fe57c0d8
2 changed files with 31 additions and 32 deletions

View File

@@ -192,7 +192,7 @@ require'nvim-tree'.setup {
### Default actions
- `<CR>` or `o` on `..` will cd in the above directory
- `<CR>` or `o` on the root folder will cd in the above directory
- `<C-]>` will cd in the directory under the cursor
- `<BS>` will close current opened directory or parent
- type `a` to add a file. Adding a directory requires leaving a leading `/` at the end of the path.