If you issue
I don't know why, but this doesn't work when TCC is running in TakeCommand
THREAD OPTION
, the options dialog will open and TCC will return to the prompt. This lets you make changes, press Apply (which will have immediate effect in many/most cases), and return to the prompt without closing the options dialog. That's nice if you want to test changes without re-opening the dialog. I use the alias below which makes it even easier.
Code:
v:\> alias @@Ctrl-O
^e@thread *option
I don't know why, but this doesn't work when TCC is running in TakeCommand