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
But this doesn't work for me. When I run clink set it shows that the settings path is C:\PROGRA~2\cmder\config/settings instead of the %APPDATA% path. There is a workaround, but I'm not sure how to configure it with cmder.
Regardless, what do I need to do to enable this feature with cmder?
The text was updated successfully, but these errors were encountered:
@grokky1 I realize I'm 3 years late to answering your question, but did you know you can literally just type:
clink set terminate_autoanswer 1
...into your cmder terminal and hit "Enter" and it will set this behaviour for you? This change will persist in any new tabs that you create, and persist after you close + relaunch the application! I found the answer from this page.
When a batch file is running, and I press
ctrl-c
it showsIn many Node apps it's common to press ctrl-c then ctrl-c and that "answers" the question as yes.
And clink supports this feature using the command
clink set terminate_autoanswer 1
.But this doesn't work for me. When I run
clink set
it shows that the settings path isC:\PROGRA~2\cmder\config/settings
instead of the%APPDATA%
path. There is a workaround, but I'm not sure how to configure it with cmder.Regardless, what do I need to do to enable this feature with cmder?
The text was updated successfully, but these errors were encountered: