true-zen.nvim
true-zen.nvim copied to clipboard
feat: restore previous tab when closing focus
I use multiple tabs. Currently, when turning off focus, instead of being returned to the tab I started focus from I end up on the last tab in my tab list. This PR records the previous tab number when entering focus, and then returns to it when exiting.