-
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
Open Tab From Context Menu #983
Comments
This seems to be a bug based on #356 |
I am pretty sure this is #356 and contrary to the current status of #356 this is not fixed for version 1.3.0. I edited logging snipped: setlocal
for /f "delims=" %%# in ('powershell get-date -format "{yyyy-MM-dd HH:mm:ss,fff}"') do @set TIMESTAMP=%%#
:: if NOT [%*] == []
echo %TIMESTAMP% %%CD%%:"%CD%" %%CMDER_START%%:%CMDER_START% %%*:%*>> %CMDER_ROOT%\vendor\init.log
endlocal |
Pointing more loose ends back to #420 |
Apologies if this is documented elsewhere, I looked but didn't see anything. I tried updating to 1.3.0 in the hopes that there was a fix, but it's still not working for me.
What I want:
Right click context menu to open Cmder
If Cmder is already open, opens new tab at context menu location
Otherwise, opens Cmder with one tab at context menu location
I have tried using Settings > Appearance > Single instance mode, but when I try to open a location it just re-focuses Cmder. No new tab, not even a new path, just re-focuses the existing tab.
I have tried a registry command to do:
C:\Cmder\Cmder.exe /single "%V"
But this opens a new tab at the previous tab's location, not my context menu location.
Is there a way to get this working, or is there a bug?
(Also, it'd be nice if you could drag windows/tabs to merge or separate them, like the Chrome browser can do, but I realize that's probably tricky.)
The text was updated successfully, but these errors were encountered: