3
Is it possible to create keyboard shortcut for "duplicate root..." which comes when right-clicking on any tab?
3
Is it possible to create keyboard shortcut for "duplicate root..." which comes when right-clicking on any tab?
5
There is "Try to duplicate tab with current state of root process" item on "Keys & Macro" settings page.
Was renamed to "Duplicate tab with current state of root process" in build 130223.
Based on your previous comment, I created a macro (in cmder) with this GuiMacro: 'Shell("new_console:I")' and then bound it to a keyboard shortcut. I've been searching for this functionality for ages. Recommend posting a separate answer for this. Thanks, Maximus. – nonbeing – 2015-07-01T16:49:51.747
Thanks Maximus
I was not having this build, So I didn't get this. – Vivek Kumar – 2013-02-24T08:56:45.860
Any idea how to remove a confirmation dialog "Do you want to duplicate ...?" ? – van – 2014-03-06T07:53:18.057
4Use GuiMacro: Shell("new_console:I") – Maximus – 2014-03-06T12:04:48.620
Possible duplicate of cmder: make a new tab open in the directory of the already-open tab
– rofrol – 2015-12-25T00:17:49.967