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

helix-term/commands: implement cquit #1096

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Conversation

cole-h
Copy link
Contributor

@cole-h cole-h commented Nov 14, 2021

This allows you to exit helix with an exit code, e.g. :cq 2.


Closes #1082.

helix-term/src/main.rs Outdated Show resolved Hide resolved
helix-term/src/main.rs Outdated Show resolved Hide resolved
helix-term/src/commands.rs Outdated Show resolved Hide resolved
This allows you to exit helix with an exit code, e.g. `:cq 2`.
@archseer archseer merged commit 87e61a0 into helix-editor:master Nov 15, 2021
@cole-h cole-h deleted the exit-code branch November 15, 2021 04:33
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

Successfully merging this pull request may close these issues.

Support quitting with exit code
2 participants