That’s a handy terminal shortcut I just learned from @stefan:
Ctrl + X followed by Ctrl + E opens the currently typed command in your $EDITOR of choice.
If you want to use VS Code, you need to use `EDITOR="code --wait"` for this to work.
https://www.stefanjudis.com/today-i-learned/edit-long-shell-commands-in-your-usdeditor/
@mvsde 😲 This is great! Thank you — I'll update the post! 👏