Good day!
I'm having a difficult time determining which window instance of Cmder I need when I'm doing Alt+Tab
in window. All of my Cmder instances are just named [1/1] Cmder
. Is there a way to customize this name? I've been looking at the settings but it seems there is no configuration for it. Either that or I'm just dumb so I'm taking my chances here. Thanks in advance!
That's default cmder settings.
In ConEmu the defaults are that your window title is the title of your console. So you can easily differentiate them, as the title usually shows your current condone directory (cmd, PowerShell, Far, etc.)
Optionally you may run ConEmu with -title
switch. For example ConEmu64.exe -title "My cool project"
.