-
Notifications
You must be signed in to change notification settings - Fork 2k
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
how to open specail directory? in sublime Terminal plugin? #123
Comments
Hi @atian25, By default cmder opens in a user's profile. You can either change this setting system wide (I have never tried this so I can't provide instructions) or you can use the /START parameter when launching cmder. It looks like you can configure the Terminal plugin to pass the /START parameter using the parameters array. For example, if you would like cmder to open in your c:\ directory Terminal's configuration would look something like:
|
I means how to open the special project directory from sublime.
|
Replace "c:/" with "%CWD%". If that does not work, I would try asking your question in the Terminal plugin's forum. |
yes, it works! thanks. |
Thanks for this! I've been searching for that info for hours! |
Thanks @pwiesner , It worked for me. |
Thank you so much. I was nearing my wit's end. For reference, this behavior of |
@pwiesner how to set "parameters": ["/START","xxxxx"] in mac? |
I'm using sublime text 3 with
Terminal
,but, it always open
c:\Users\TZ
The text was updated successfully, but these errors were encountered: