Is it possible to reopen closed window in vim, that was in split?
Something like ctrl+shift+t with browser tabs?
Nice question! I was thinking to something like the following:
nmap :vs:b#
It should work as you want.