How can I close a buffer without closing the window?

前端 未结 16 993
鱼传尺愫
鱼传尺愫 2020-12-12 13:35

Vim\'s multilayered views (Windows, Buffers and Tabs) left me a little confused. Let\'s say I split the display (:sp) and then select a different buffer to display in each w

16条回答
  •  抹茶落季
    2020-12-12 13:46

    There's a script on the Vim wiki to do this. I don't think there is a builtin that does what you want.

    The latest version of vim-bufkill is on github.

提交回复
热议问题