feat(lib): Improved tabnew behavior. (#395)

This commit is contained in:
Sindre T. Strøm
2021-05-25 19:53:43 +02:00
committed by GitHub
parent d6ab59fd5a
commit 5e7e5f2949
2 changed files with 36 additions and 9 deletions

View File

@@ -177,7 +177,7 @@ Default is {}
|g:nvim_tree_quit_on_open| *g:nvim_tree_quit_on_open*
Can be `0` or `1`. When `1`, will close the tree when a file is opened.
Applies to: `preview`, `edit`, `edit_vsplit`, `edit_split`, `edit_tab`.
Applies to: `edit`, `vsplit`, `split`, `tabnew`.
Default is 0
|g:nvim_tree_disable_keybindings| *g:nvim_tree_disable_keybindings*