Initial Commit

- Add NvimTree to the distribution.
- Add notes on keybindings
This commit is contained in:
robert-blankenship 2023-02-11 19:09:11 -08:00
parent 32744c3f66
commit e2a17ca6bc
4 changed files with 70 additions and 77 deletions

17
nvim-tree-tldr.txt Normal file
View file

@ -0,0 +1,17 @@
- Enter to open/close node of tree
- Enter or Click to open a file
- Tab to open while being focused on tree
- a to create a file
- r to rename a file
- x and then p to move a file
- c and then p to paste a file
- Ctrl + v (open in vsplit)
- "-" to change the directory to the parent directory
- Ctrl + ] (change base directory of tree)
- q to close