Tie capturing Ctrl+S in editor to triggering Prettier

I find myself frequently hitting Ctrl+S while working things out on here, and getting the “pssst, Glitch autosaves” pop-up in the corner. Seeing as when I save in VS Code it’s formatting the code for me, would it make sense to trigger running Prettier at this moment? tbh I could probably hack something to do that but I think it might be useful enough to have implemented properly :smile:

(I remember the good old days of the VS Code plugin for Glitch… types f in chat)

Hi! Glitch beautifies your code when you press CTRL+ALT+S, not CTRL+S :grinning:

Also, this could cause complications, because no one (at least me :grin:) expects the shortcut to be changed