Vim
Vim copied to clipboard
Don't close editors in other groups with `:only`
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 terminal opened in editor area executing. some long-running tasks.
Which issue(s) this PR fixes
Special notes for your reviewer: