Keyboard Shortcuts
You can use various keyboard shortcuts in the editor to speed up your workflow. Here are some of the most important ones.
If youβre using a Mac , press the Cmd key instead of Ctrl .
- Ctrl+S / Cmd+S : Compile, upload and run your code.
- Ctrl+I / Cmd+I : Switch to this Help tab in the sidebar.
- Ctrl+L / Cmd+L : Switch to the Logs tab in the sidebar.
- Ctrl+F / Cmd+F : Search in the editor.
- Ctrl+H / Cmd+H : Search and replace in the editor.
- Ctrl+Z / Cmd+Z : Undo your last change in the code.