-
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
Support new windows 10 1903 Terminal #2121
Comments
Run |
Doesn't work, any other idea, please? |
To add cmder as a new terminal add this profile in the {
"name": "Cmder",
"commandline": "cmd.exe /k %cmder_root%/vendor/init.bat",
"icon" : " %cmder_root%/icons/cmder.ico",
"hidden": false
}, Full settings example with cmder set as the default shell {
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{5b4ef9a8-4506-4ac9-930a-5eb1fd0ebf20}",
"profiles":
[
{
"guid": "{5b4ef9a8-4506-4ac9-930a-5eb1fd0ebf20}",
"name": "Cmder",
"commandline": "cmd.exe /k %cmder_root%/vendor/init.bat",
"icon" : " %cmder_root%/icons/cmder.ico",
"hidden": false
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"commandline": "cmd.exe",
"name": "cmd",
"hidden": false
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
}
],
"schemes": [],
"keybindings": []
} |
@d3473r Perfect. Thank you! Any idea how to have the same syntax highlighting as in Cmder? Would be much appreciated. |
I don't think syntax highlighting is possible within cmd, maybe a cmder developer can answer that. |
Is it possible to start Windows Terminal in the last directory I was working on? Is it a command line option or is it not related to cmder but Windows Terminal itself? |
@d3473r My cmder is not installed in sys32, which is where I think the How should I modify my config file to account for my file dir structure? |
@0ww Do you have |
Instead of using |
@simonpeterdebbarma I think you have to exit all cmd windows etc to load the new env variables. There may be a simpler fix. |
I have integrated cmder using the profile below: I Hope, this may help someone. |
I've tried cmder in hyper and fluent terminal, I'm now using it in fluentterminal, conemu performance is really bad when theres a lot of text to print. Will try the new terminal as well. |
My opinion isn't a real solution, but if you use cmder for the Linux commands like: ls, touch, etc... Those commands come with git if you have it installed, you can add the path of these commands to your environment paths, and you'll have ls, touch, grep, etc... working in cmd and even PowerShell. I think PowerShell with the new terminal can be a nice experience, specially with some extensions like oh-my-posh. |
Hi here. Try 1: Try2: Try3: Still, I would like to set up via proper div (c:/Program Files/Cmder/) or via %cmder_root% UPD. Testing by |
@Acid-Crash that's just how arguments in shell usually work - if you want to use a space in argument (or use environment variable that contains space), you need to use quotes.
or if you have
|
@Acid-Crash also we do not recommend putting Cmder in |
Setting it as @d3473r suggested in #2121 (comment) works great, but for some reason aliases don't work there. I'm running Cmder with the same command inside VSCode and aliases work there fine. I have my aliases as usual in Does anyone have an idea if it's some limitation of the new Windows Terminal or it's necessary to add some more specific configuration? Or am I missing something? |
Purpose of the issue
Description of the issue
The new windows terminal https://github.com/microsoft/terminal is much much faster and has a ton of nice features that conemu has. Maybe supporting it, even if just by pointing to a page saying how to run cmder inside it would be cool.
The text was updated successfully, but these errors were encountered: