All Questions
2 questions
3
votes
2
answers
356
views
Configure Cmder/ConEmu to correctly convert paths (remove /mnt/ prefix)?
Across multiple installs of Cmder I have had this issue.
When running Git Bash the drives are mounted to /, but when pasting windows paths into the console it converts as if they are mounted in /mnt/. ...
8
votes
2
answers
2k
views
Rename tab from MinGW-console using ConEmu
I'm using the cmder (ConEmu) with Git Bash-tabs (MinGW) and I want to rename the current tab with a console command. Within a cmd-Tab I can use cmd /c RenameTab "myTabName" but I a need a similar ...