-
-
Notifications
You must be signed in to change notification settings - Fork 629
Closed
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request
Description
Currently, every time I execute tabnew
on a file node, nvim will open a new tab regardless that file is already opened in another tab. I think it's likely a mistake that user open a file which is already opened and NVimTree should gracefully switch to the tab opening that file.
To avoid disruptive behavior, I think it can be done like NERDTree in which an additional option like 'reuse': 'all'
can be supplemented to the mappings
config.
With this additional option, users not only apply for tabnew
but can choose to apply for open
action as well.
julianpoy and Tmpodlougreenwood
Metadata
Metadata
Assignees
Labels
PR pleasenvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatednvim-tree team does not have the bandwidth to implement; a PR will be gratefully appreciatedQOLQuality Of Life ImprovementQuality Of Life Improvementfeature request