dhruvasagar / vim-prosession

Handle vim sessions like a pro
254 stars 22 forks source link

Auto Switch for change in git branch. Fixes #78 #101

Closed dhruvasagar closed 2 years ago

dhruvasagar commented 2 years ago

If you enable per branch by setting let g:prosession_per_branch = 1, when you switch to a different git branch using :Git checkout, we will automatically switch to the session corresponding to that branch.

This feature depends on tpope/vim-fugitive.