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
In Vim, :cq works like :qall! except that Vim returns a non-zero exit code. A common use is when writing a git commit message, :cq is used to abort the commit (whereas :q! exits with a success code and commits with the default message).
In Wasavi, I'd expect :cq to behave identically to :q!.
The text was updated successfully, but these errors were encountered:
Agree, I found myself accidentally typing that in Wasavi. At the very least it would be nice to have cmap / cnoremap to allow adding this as an alias in the vimrc.
In Vim,
:cq
works like:qall!
except that Vim returns a non-zero exit code. A common use is when writing a git commit message,:cq
is used to abort the commit (whereas:q!
exits with a success code and commits with the default message).In Wasavi, I'd expect
:cq
to behave identically to:q!
.The text was updated successfully, but these errors were encountered: