Merge branch 'master' into feature/cut-copy-paste

This commit is contained in:
Kristijan Husak
2020-07-20 17:59:15 +02:00
committed by GitHub
6 changed files with 36 additions and 20 deletions

View File

@@ -149,6 +149,7 @@ INFORMATIONS *nvim-tree-info*
- '<C-x>' will open the file in a horizontal split
- '<C-t>' will open the file in a new tab
- '<Tab>' will open the file as a preview (keeps the cursor in the tree)
- 'I' will toggle visibility of folders hidden via |g:lua_tree_ignore|
- 'gx' opens the file with the `open` command on macos and `xdg-open`
on linux.