Skip to content

Code Editor for iOS

Keyboard Shortcuts {.cols-2}

General Shortcuts I

ShortcutAction
EscShow completions
TabInsert indent, depending on the preferences of tabs or spaces
Cmd NNew document tab
Cmd WClose tab
Cmd SSave
Cmd ZUndo
Cmd Shift ZRedo
Cmd ASelect all
Cmd XCut
Cmd CCopy
Cmd VPaste
Cmd FFind
Cmd GFind next
Cmd Shift GFind previous
Cmd /Toggle comment
Cmd [Indent selection
Cmd ]Dedent selection
Cmd Shift [Move to previous tab
Cmd Shift ]Move to next tab
Cmd 4Toggle preview, in editor only
Cmd KClear scrollback, in terminal and playgrounds only

{.shortcuts}

General Shortcuts II

ShortcutAction
Cmd RReload, in preview only
Cmd LeftBack, in preview only
Cmd RightForward, in preview only
Shift LeftSelect the previous character
Shift RightSelect the next character
Cmd LeftMove to the beginning of the current line
Cmd RightMove to the end of the current line
Cmd Shift LeftSelect to the beginning of the current line
Cmd Shift RightSelect to the end of the current line
Opt LeftMove to the beginning of the current word
Opt RightMove to the end of the current word
Opt Shift LeftSelect to the beginning of the current word
Opt Shift RightSelect to the end of the current word
Cmd DelDelete to the beginning of the current line
Cmd Opt DelDelete to the beginning of the current word
Cmd Del (forward)Delete to the end of the current line
Cmd Opt Del (forward)Delete to the end of the current word
Ctrl AMove to the beginning of the current line
Ctrl Shift ASelect to the beginning of the current line
Ctrl EMove to the end of the current line
Ctrl Shift ESelect to the end of the current line
Ctrl KDelete to the end of the current line

{.shortcuts}

Also see