Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport :bd to close current buffer #3638
Comments
|
@jay-khatri Sure; that looks right. Yeah tabs VSCode tabs map to vim buffers. |
|
@jay-khatri are you still doing this one? If not, I'm interested in taking it over. Thanks! |
|
Traditionally, |
|
@th-ad I haven't started on it yet, was planning to next weekend. If you've already spent some time thinking about it, feel free to take it :) |


Is your feature request related to a problem? Please describe.
Under VIM, I’m used to type
:bdto close the current file/buffer.That command isn’t working under VSCodeVim :
Not and editor command bdTo close the current buffer, only
:qworks which isn’t correct ::qunder VIM close VIM (and all files/buffers opened):bdseems a better command to close the current file/buffer.Describe the solution you'd like
I would like that
:bdclose the current file/buffer.Ideally,
:qshould close VSCodeVim, like what VIM is doing (but I understood it’s quite a change for people used to)Describe alternatives you've considered
No idea
Additional context
I think it’s important because VSCodeVim « learns » you to use
:qto close current buffer which is not correct under vim. So, if you’re using VIM later on, you could close VIM by « habit ».