Given that MinTTY is not a multi-tabs terminal, I wonder if one can integrate the msys2-launcher-git package with the conemu-git package. The ideal would be a tab with MSYS2 shell, a tab with MinGW64 and another with MinGW32.
Is this possible? How?
Maybe we need a terminal like iTerm2 on OSX or Mate-Terminal on GNU/linux Mint...
i'm using it
It seems not working... I did this:
Start from Run menu : C:\msys64\opt\bin\ConEmu.exe.
As firts choice, I selected {Bash::Msys2-64}
Then in Settings: Startup | Task, click on "+" button and renamed "Group7" into "MSYS2". Then copy/paste:
"set MSYSTEM=MSYS & set MSYSCON=mintty.exe & C:\msys64\usr\bin\mintty -i /msys2.ico /usr/bin/bash --login"
from your answer adding it in the box below "Commands (applications, arguments,...". Then click "Save settings".
Restart C:\msys64\opt\bin\ConEmu.exe. Settings | Startup and in the active radio button "Specified named task", I chose the just create new task: {MSYS2}. Save settings.
Now when I restart C:\msys64\opt\bin\ConEmu.exe, I get an empty tab, without prompt, and with mintty.exe icon and the string: "<1> ~".
Maybe you have to elaborate step by step how to configure ConEmu...
TIA
Meanwhile, it seems that
set MSYSTEM=MSYS & set MSYSCON=mintty.exe & %ConEmuDir%....\usr\bin\bash.exe --login -i -new_console:C:"%ConEmuDir%....\msys2.exe"
and friends, works better..
Now I am trying to setup the mouse copy/past as in MinTTY...
sorry i forgot to say that i'm using conemu vanilla package, not the msys2 package
on my pc msys2 package doesn't start
Interesting, very interesting...
Anyway, it seems I have solved with the trick above.. Thanks.