mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 158 forks source link

How to incorporate into cmder? #146

Closed duhd1993 closed 4 years ago

duhd1993 commented 5 years ago

Currently I'm putting the target of the automatically generated .lnk into cmder. It works just fine (BTW, the windows GUI won't display the whole target since it's too long, bug for Microsoft). However, shortcut like ctrl+tab to switch tab won't work. I guess replace the wslbridge by the one provided by cmder might help.

mskyaxl commented 4 years ago

Hi, I'm not using cmder but I'm willing to help. What I don't understand is why do you want to incorporate this into cmder and not directly the wslbridge.... wsl-terminal is more like a wrapper that calls mintty in wslMode(using wslbride)

duhd1993 commented 4 years ago

Thanks...I've been using Windows Terminal now. I just gave it another try. Then I found out that it all stop working, both wsl-terminal and directly using wslbridge(embedded in cmder). It seems wslbridge is no longer maintained. After switching to wslbridge2, it works with no issue. So maybe it's wslbridge issue.