atom-dedupe-open-files

Prevents accidental duplications of open files when working with split panes

MiracleBlue

237

1

0.1.0

MIT

GitHub

Atom Dedupe Open Files

Super simple package that helps make sure you don't accidentally open duplicate files across multiple panes when opening from the tree view, which is something that happens to me all the time. This will simply intercept the file open event, check if any other panes have the same file open, and if so, will close the newly opened one and activate the existing pane's editor with the file you wanted.

Might seem a bit slow since it has to basically open and close an editor before switching focus state, but that's as good as I could get it with the current atom api.