1

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!

Oneb
  • 145
  • 1
  • 12

1 Answers1

2

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".

Maximus
  • 10,751
  • 8
  • 47
  • 65
  • Cmder is running ConEmu under the hood right @Maximus? so I need to run Cmder with those parameters? Is that what you are saying? Or is your answer solely for ConEmu? – Oneb Jul 10 '21 at 14:53
  • Cmder is a bundle, bootstrapper. I see no need to run cmder at all. It's just a configuration. – Maximus Jul 10 '21 at 18:43
  • Thank you @Maximus! I did not know I can invoke ConEmu and it will still follow the Cmder config. Thanks a lot! – Oneb Jul 13 '21 at 11:41