You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting, didn't know of this command. From vim help:
CTRL-W CTRL-O *CTRL-W_CTRL-O* *:on* *:only*
Make the current window the only one on the screen. All other
windows are closed. For {count} see |:quit| command.
When the 'hidden' option is set, all buffers in closed windows
become hidden.
When 'hidden' is not set, and the 'autowrite' option is set,
modified buffers are written. Otherwise, windows that have
buffers that are modified are not removed, unless the [!] is
given, then they become hidden. But modified buffers are
never abandoned, so changes cannot get lost.
To elaborate, the :on command is a shortened alias for :only, which is properly implemented in VSCode Vim. It's simply the shortened command that isn't recognized.
Describe the bug
:on is not an editor command
To Reproduce
Expected behavior
All other splits are closed
Environment (please complete the following information):
0.17.0
Windows_NT x64 10.0.17134
1.30.1
The text was updated successfully, but these errors were encountered: