Currently, ctrl+left click opens URLs.
Would it be possible to open local file paths with the same logic?
Running Zsh through Cygwin's mintty.exe supports ctrl+left click to open both URLs and local file paths as well.
if this would possible that would be sick as hell
I Think you'll have to ask the conemu project about this one. It's not something our cmder parts specifically are doing anyway
Hey @Jackbennett, thanks for replying. I previously thought cmder was a fork of ConEmu, but from your comment I presume it is an extension/wrapper of some kind? Is there documentation about the scope of this project and what issues should filed here? Just curious.
Hi @UltCombo cmder isn't a fork, it's a project that's the front of our set of programs we've found make a nice console, one of those programs being conEmu. I find conemu quite thick on documentation (because it con do tons of stuff) so have a look on their site for all kinds of help. If you still can't get this feature I'm sure they wouldn't mind the request on github
It's not uncommon for it's author Maximus5 to be around our issue queue which is why we tag things about that project.
Perhaps start here
If you work something cool out show us! we might add it.
i found that we could go setting->Keys & Macro->Highlight to config, just update the command action like change far.exe /e%1:%2 "%3" to #notepad++.exe -n%1 "%3"
screen shot of official doc
https://conemu.github.io/en/SettingsHighlight.html
Most helpful comment
i found that we could go setting->Keys & Macro->Highlight to config, just update the command action like change
far.exe /e%1:%2 "%3"to#notepad++.exe -n%1 "%3"screen shot of official doc
https://conemu.github.io/en/SettingsHighlight.html