Dup Ver Goto 📝

MiscTips_01

pt2/editor/neovim 02-05 20:01:09
To
12 lines, 42 words, 214 chars Monday 2024-02-05 20:01:09

Command history

Close buffer

:bd <n>

where <n> is the buffer number from :ls, or

:bd abc

where abc is some string unique to the name of an individual buffer.