Vim, reopen last closed window, that was in split

后端 未结 5 1594
清酒与你
清酒与你 2020-12-25 09:58

Is it possible to reopen closed window in vim, that was in split?

Something like ctrl+shift+t with browser tabs?

5条回答
  •  悲&欢浪女
    2020-12-25 10:38

    Nice question! I was thinking to something like the following:

    nmap  :vs:b#
    

    It should work as you want.

提交回复
热议问题