Closed dhruvasagar closed 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.
let g:prosession_per_branch = 1
:Git checkout
This feature depends on tpope/vim-fugitive.
tpope/vim-fugitive
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
.