1

Is it possible put cursor inside print macro in ConEmu?

Like this: print("git commit -m \"${cursor}\"")

dizaster
  • 79
  • 5

1 Answers1

2

It's not possible. But you may move cursor afterwards via Keys("Left","Left")

Maximus
  • 10,751
  • 8
  • 47
  • 65