-
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
What is mintty in here? #1149
Comments
You got it, mostly. cmd/bash/powershell are shells that you can use to write scripts. conEmu is a GUI terminal that can run multiple shells in tabs as well as other applications if desired. ConEmu is a part of Cmder along with Git for Windows, Clink, Clink Completions, and a whole bunch of scripting tying them all together. Mintty is the native graphical terminal of Git for windows that is integrated into Cmder along with bash.exe - see the Cmder readme.md for differences between Mintty and bash.exe. |
OK, it just show differ color schemes and key bindings, mostly. 😮
|
mintty is also why the xterm emulation actually works. :) by default conemu's does not. (test with win32 ssh.exe and try pico text editor if you don't believe me. CMDer works fine. Conemu standalone does NOT. |
cmd/bash/powershell is a script language.
conEmu is a GUI window (terminal), which can show some text to me.
cmder runs on
conEmu
.Mintty is also a GUI window (terminal).
mintty runs inside conEmu?
The text was updated successfully, but these errors were encountered: