-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Bug report] Incorrect y/N prompt #174
Comments
Oh gosh, my terminal isn't showing the options (y,n,e,h) below the |
Hey man, just h show help + Enter CleanShot.2024-05-29.at.15.39.56.mp4 |
When selecting e, how can we customize the editor that will be used? I don't want to use vi. thanks |
I found out how to do it. In cz-git/packages/src/shared/utils/editor.ts in the function const editor = opts.editor || process.env.VISUAL || process.env.EDITOR || ed where ed is vim on unix-like systems. If we change the script declaration in package.json: "scripts": {
"commit": "EDITOR='code --wait' cz"
} The |
I will add it in the FAQ docs, thank you for your support and pointing out this problem. |
Hi, The latest version π(v1.10.0)π add env please have a try πͺ and check document information |
Hi! Lovely work!! I would only add a link to the |
β Checklist
π System Info
π Description
Concise Description
The
confirmCommit
prompt shows"Yneh"
.Expected behavior
It should show
y/N
instead.π Reproduction link / repo:
No response
The text was updated successfully, but these errors were encountered: