VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.73k stars 1.31k forks source link

Don't close editors in other groups with `:only` #9014

Closed kopiczko closed 2 months ago

kopiczko commented 4 months ago

What this PR does / why we need it:

Currently when running :only all editors from other groups are closed. This is surprising for a seasoned vim user because in vim all buffers would be kept open. It's especially annoying when there are terminals opened in editor area executing some long-running tasks.

Which issue(s) this PR fixes

Special notes for your reviewer: