Section: Buffers

Delete a buffer

vim
vim
:bdelete
Explanation

Often shortened to `:bd`.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Buffers
Open a file
Edit a file in the current window.
OpenIn sheetvimsame section
Move between buffers
Cycle through loaded buffers.
OpenIn sheetvimsame section
List buffers
Show all listed buffers.
OpenIn sheetvimsame section
Close current tab
Remove the active tab page.
OpenIn sheetvim2 tag match
Horizontal split
Split the current window horizontally.
OpenIn sheetvim1 tag match
Create a new tab
Open a new tab page.
OpenIn sheetvim1 tag match