diff --git a/README.md b/README.md index daa79b28..91215cce 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ let g:lua_tree_bindings = { \ 'edit_vsplit': '', \ 'edit_split': '', \ 'edit_tab': '', + \ 'close_node': ['', ''], \ 'toggle_ignored': 'I', \ 'toggle_dotfiles': 'H', \ 'refresh': 'R', @@ -108,6 +109,7 @@ highlight LuaTreeFolderIcon guibg=blue - move around like in any vim buffer - `` on `..` will cd in the above directory - `` will cd in the directory under the cursor +- `` 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. > you can add multiple directories by doing foo/bar/baz/f and it will add foo bar and baz directories and f as a file - type `r` to rename a file