chore(doc): add help UI in documentation

This commit is contained in:
kiyan 2021-06-28 19:41:56 +02:00
parent a06f949607
commit 28c7a34d30
2 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,7 @@ lua <<EOF
EOF EOF
``` ```
All mappings are set in `normal mode`. All mappings are set in `normal mode`.
You can toggle the help UI by pressing `?`.
## Note ## Note

View File

@ -308,6 +308,7 @@ INFORMATIONS *nvim-tree-info*
|KeyBindings| *nvim-tree-keybindings* |KeyBindings| *nvim-tree-keybindings*
- type `?` to see the help UI with keybindings
- move around like in any vim buffer - move around like in any vim buffer
- '<CR>' on '..' will cd in the above directory - '<CR>' on '..' will cd in the above directory
- typing '<C-]>' will cd in the directory under the cursor - typing '<C-]>' will cd in the directory under the cursor