Skip to Content
DocumentationEditorKeyboard Shortcuts

Keyboard Shortcuts

All keyboard shortcuts work when the panel is focused. Mac users: replace Ctrl with Cmd.

General

ShortcutAction
Ctrl+ZUndo
Ctrl+YRedo
Ctrl+Shift+ZRedo (alternative)
Ctrl+FOpen Find & Replace
Ctrl+KOpen Command Palette
Ctrl+Shift+FFormat (pretty-print)
Ctrl+Shift+MFormat (compact/minify)
EscapeClose Find & Replace or Filter panel

Find & Replace

These shortcuts work when the Find & Replace panel is open:

ShortcutAction
EnterJump to next match
Shift+EnterJump to previous match
F3Jump to next match
Shift+F3Jump to previous match
EscapeClose Find & Replace

Text View

ShortcutAction
TabInsert indent (spaces based on your indent settings)
Shift+TabRemove one level of indentation
EnterNew line with auto-indent (matches current line’s indentation)

View modes

ShortcutAction
Ctrl+QSwitch to Tree View
Ctrl+WSwitch to Text View

Tree View

ActionHow
Double-click a valueStart editing
Enter (while editing)Confirm edit
Escape (while editing)Cancel edit
Right-click a nodeOpen context menu

For advanced tree keybindings (vim-style navigation, macros, and more), see Vim Mode.

In Tree View, vim-style mode switching also supports v t, v r, Ctrl+1, and Ctrl+2. See Vim Mode.

Panel

ShortcutAction
Click a panelMake it the active panel (for undo/redo context)
w f (Tree View)Toggle fullscreen / maximize panel

Undo/redo shortcuts apply to the active panel only. Click a panel to make it active before using keyboard shortcuts.

Last updated on