3

I am currently using the stable version of ConEmu (120727) and I am having an issue with the “ConEmu Here” functionality.

Whenever I click the option within the Windows Explorer context menu, it always opens a new windows instead of opening a new tab within an existing ConEmu instance.

The latest Alpha version has a “Single Instance” mode which fixes this issue however I get the feeling that such functionality should just work even in the older stable version given the fact that I am using a -cur_console flag on the registered command for “ConEmu Here“ and there's even an option to take over a new cmd window and attach it to ConEmu automatically.

Has anybody had a similar issue or know how it is—or it is not—supposed to work?

Giacomo1968
  • 53,069
  • 19
  • 162
  • 212
ByteFlinger
  • 163
  • 2
  • 5

2 Answers2

2

Try selecting Settings > Main > Appearance > Multiple consoles in one ConEmu window

abatishchev
  • 732
  • 2
  • 8
  • 22
mrm
  • 151
  • 8
1

cur_console is not the switch you needed. Try /single switch in the command line for "Here" item. However I always recommend trying last alpha versions, because many issues were fixed already and testing of the new features is required.

Maximus
  • 20,637
  • 16
  • 91
  • 116
  • Thanks. I tried adding /Single to the "Here" section and it still does not work. I should note that I tested this even on the latest Alpha version and it does not work without enabling "Single Instance" mode – ByteFlinger Apr 07 '13 at 11:20