10
2
Is there way to "duplicate" session in ConEmu.
I know it's not possible for every kind of terminal (cmd.exe, powershell, etc), but I'm most interested in following situation:
- I'm in cmd.exe console inside ConEmu.
- By typing Ctrl-T (the shortcut I specified) I am able to open a new console tab, with a new session (cmd.exe).
I want this session to start in the same directory as the first one, original one. I'm feeling that it can be done with %cd% variable or similar, but I couldn't manage it.
Thanks.
It's not perfect solution, because it doesn't work if I'm in a middle of some application (ssh, vagrant, anything that can be waited for long).
But, it's a solution. And thanks again. – Michael Field – 2012-10-31T10:51:20.727
If you are in a middle ssh (or smth other) - "duplicate session" will be ambiguous. Because "what to duplicate"? You active session is ssh, not cmd. Yes, cmd may be at the bottom of the process stack, but what is it state? Undetermined I guess... – Maximus – 2012-10-31T11:09:19.153
You're right.
But still, very often I need exactly that: to duplicate the last state of the bottom of the process stack. – Michael Field – 2012-11-09T17:45:45.733
Well, check 121109. "Duplicate root" in Tab menu. Works with cmd. – Maximus – 2012-11-09T23:47:35.043