-
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
New Tab Startup Directory Option Doesn't Work #1097
Comments
Come up with the same issue. I guess that happens because of |
@romansp that doesn't really fix the problem, even if I set that to C:\ it will still ignore the directory I specify when opening a new tab. Very disconcerting that such a basic feature is essentially broke and no feedback from this project on multiple issues people have submitted over the last couple months. |
Here's a work-around: http://stackoverflow.com/questions/31933766/start-up-cmder-conemu-console-in-a-specific-folder/43836978#43836978 Basically, create a shortcut for ConEmu and change the "Start in:" attribute in the shortcut's properties. |
`d` switch specified along with `-new_console` flag in default tasks commands made them to override chosen startup directory (effectively ignoring it), therefore it is removed. Closes cmderdev#920, closes cmderdev#1024, closes cmderdev#1097, closes cmderdev#1303.
"d" switch specified along with "-new_console" flag in default tasks commands made them to override chosen startup directory (effectively ignoring it), therefore it is removed. Closes cmderdev#920, closes cmderdev#1024, closes cmderdev#1097, closes cmderdev#1303.
"d" switch specified along with "-new_console" flag in default tasks commands made them to override chosen startup directory (effectively ignoring it), therefore it is removed. Closes cmderdev#920, closes cmderdev#1024, closes cmderdev#1097, closes cmderdev#1303.
"d" switch specified along with "-new_console" flag in default tasks commands made them to override chosen startup directory (effectively ignoring it), therefore it is removed. Closes cmderdev#920, closes cmderdev#1024, closes cmderdev#1097, closes cmderdev#1303.
This is not fixed ! Still ignoring any of the path given to it. |
@AntseN what exactly is not fixed? If I can launch I can click the green + in conemu and specify a startup dir for a new tab there and it also works. I think the problem is with your cmder tasks config the we provide defaults so for on a new install but never touch again because it becomes yours to managed. Old versions of cmder had Also make sure you are using the latest builds of cmder available here |
There is an option when creating a new tab that says:
"Startup Directory For New Process"
It allows you to pick any directory you want but it still just opens with my root as the base directory in the command line.
The text was updated successfully, but these errors were encountered: