ZachMassia / PlatformIO-Mode

PlatformIO Integration for Emacs
GNU General Public License v3.0
68 stars 20 forks source link

Not able to stop device monitor in Emacs #22

Open lunchboxer opened 2 years ago

lunchboxer commented 2 years ago

platformio-mode uses the same miniterm as the pio CLI thats great except when invoking the device monitor one is told:

--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---

except all of these are key commands are clobbered by Emacs typically. So instead I have to switch to the buffer, delete the buffer, then delete the window. What am I missing? I'd love to be able to hit q to kill these windows, or something a little less clunky. Any ideas?