When a do make monitor to see the hello word flashed on my ESP32, it's worked but the programe restart in infinite loop and I must do Ctrl + ] to stop it but I'm on Mac and Ctrl + ] doesn't worked.
I use Shift + Alt + ) for ] so Ctrl + Shift + Alt + ) but it's doesn't worked.
I tried Ctrl + C or Cmd + C and lot of others tricks but doesn't work too.
I have this screen in loop.

How can I quit the monitor properly?
Thanks for your help.
Romain.
Hi @ItsRom, which terminal application are you using, the default Terminal.app or something else?
Hi @igrr,
Yes, I use the default Terminal.app.
I tried with iTerm2.app and it doesn't work too.
On iTerm2, for me, it's Ctrl + $(the key that's just on the left of return key, top row)
If I remember correctly, you can go a Ctrl + T Ctrl + H to get a "pseudo" menu giving the keys. Most are working.
Ctrl+] works for me in iterm2
Thanks @X-Ryl669 : on Terminal.app Ctrl + $ works too!
Was having the same issue, I type in B茅po.
For anyone interested, Ctrl + T Ctrl + X works for me.
Most helpful comment
On iTerm2, for me, it's
Ctrl + $(the key that's just on the left of return key, top row)If I remember correctly, you can go a
Ctrl + TCtrl + Hto get a "pseudo" menu giving the keys. Most are working.