You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An option to remain on the tree buffer after selecting a file would be nice. This will allow selecting multiple files easily. Would compliment the let g:nvim_tree_quit_on_open = 0 option.
Also, an alternative would be cb = tree_cb("select") } or cb = tree_cb("tag") }with which multiple files could be tagged for operation (opening, deleting) later.