Thu, 23rd Dec 2021, 13:31
Keeping up my stellar cadence of ~2 blog posts per year. ✊ Here's a quick one on how I manage vim sessions when working on multiple branches at the same time. ✨
https://piet.me/branch-based-sessions-in-vim/

Branch based sessions in Vim - Piet van Zoen
Vim sessions are a great way to save the state of vim so you don’t have to reopen all your files after closing it. I use tpope’s Obsession plugin which ensures a session file is always up to date. But by default this will only setup one session file per project.
piet.me