A visual cheat-sheet for the 43 keyboard shortcuts found in the Code Editor for iOS app. This application is MacOS-only.
| Shortcut | Action | 
|---|---|
| Esc | Show completions | 
| Tab | Insert indent, depending on the preferences of tabs or spaces | 
| CmdN | New document tab | 
| CmdW | Close tab | 
| CmdS | Save | 
| CmdZ | Undo | 
| CmdShiftZ | Redo | 
| CmdA | Select all | 
| CmdX | Cut | 
| CmdC | Copy | 
| CmdV | Paste | 
| CmdF | Find | 
| CmdG | Find next | 
| CmdShiftG | Find previous | 
| Cmd/ | Toggle comment | 
| Cmd[ | Indent selection | 
| Cmd] | Dedent selection | 
| CmdShift[ | Move to previous tab | 
| CmdShift] | Move to next tab | 
| Cmd4 | Toggle preview, in editor only | 
| CmdK | Clear scrollback, in terminal and playgrounds only | 
| Shortcut | Action | 
|---|---|
| CmdR | Reload, in preview only | 
| CmdLeft | Back, in preview only | 
| CmdRight | Forward, in preview only | 
| ShiftLeft | Select the previous character | 
| ShiftRight | Select the next character | 
| CmdLeft | Move to the beginning of the current line | 
| CmdRight | Move to the end of the current line | 
| CmdShiftLeft | Select to the beginning of the current line | 
| CmdShiftRight | Select to the end of the current line | 
| OptLeft | Move to the beginning of the current word | 
| OptRight | Move to the end of the current word | 
| OptShiftLeft | Select to the beginning of the current word | 
| OptShiftRight | Select to the end of the current word | 
| CmdDel | Delete to the beginning of the current line | 
| CmdOptDel | Delete to the beginning of the current word | 
| CmdDel (forward) | Delete to the end of the current line | 
| CmdOptDel (forward) | Delete to the end of the current word | 
| CtrlA | Move to the beginning of the current line | 
| CtrlShiftA | Select to the beginning of the current line | 
| CtrlE | Move to the end of the current line | 
| CtrlShiftE | Select to the end of the current line | 
| CtrlK | Delete to the end of the current line |