git-tabs

git-tabs stores the currently open text editors by branch and reopens closed files upon switching branches.

dbslone

2,814

10

0.4.1

MIT

GitHub

git-tabs package

git-tabs remembers the tabs you have open with each git repository branch.

If you open tabs A,B,C on the master branch then switch to develop and close tabs B,C and open tabs X,Y,Z. When you switch to master it will reopen tabs A,B,C. Upon switching to the develop branch only tabs A,X,Y,Z will be open.

Screencast

Without confirm notification (default)

Without Confirm Notification

With confirm notification

With Confirm Notification