Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for :cq #218

Open
m1foley opened this issue May 21, 2020 · 1 comment
Open

Add support for :cq #218

m1foley opened this issue May 21, 2020 · 1 comment

Comments

@m1foley
Copy link

m1foley commented May 21, 2020

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!.

@dkarter
Copy link

dkarter commented Nov 5, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants