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.
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 = 0option.Also, an alternative would be
cb = tree_cb("select") }orcb = tree_cb("tag") }with which multiple files could be tagged for operation (opening, deleting) later.