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

Startup directory on new tab #112

Closed
koenmetsu opened this issue Jan 9, 2014 · 5 comments
Closed

Startup directory on new tab #112

koenmetsu opened this issue Jan 9, 2014 · 5 comments
Labels
👆 ConEmu Upstream issue in ConEmu.
Milestone

Comments

@koenmetsu
Copy link

I can't seem to find a way to set the default for "Startup directory for new process:" when creating/opening a new tab (ctrl+t). This always defaults to the location of my cmder folder, while I would like it to be empty.

Is there any way to correct this?

@MartiUK
Copy link
Member

MartiUK commented Jan 21, 2014

You can choose a startup directory for new tasks in the settings. Right here:
6tix8 1

Although cmder will always default to it's directory unless you change that in the task. (The new_console command)

@koenmetsu
Copy link
Author

Thanks, awesome job on cmder btw.

@ghost
Copy link

ghost commented Jun 17, 2016

you can do it like this:

  1. edit <APP_DIR>/config/user-startup.cmd file,append a line(suppose dir is 'e:'):
    @cd /d "e:"
  2. restart cmder.

ref:
cmder config

@Artaches
Copy link

Artaches commented May 7, 2017

Checkout my answer here: 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.

@maliavko
Copy link

Hey, guys. But what if I open new shell tab and want this tab to be opened in the working directory from the previous one? I use pure ConEmu + Far3 x64 and open shells using hotkeys, it works well: new shell is opened always in the directory where I was in Far tab. But it doesn't work when I use Cmder + Far3 x64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👆 ConEmu Upstream issue in ConEmu.
Projects
None yet
Development

No branches or pull requests

4 participants