Keyboard Shortcuts

Fast interaction and navigation inside the app.

Shortcuts

  • Enter: Evaluate current line, or move to the next line when the current line is empty/comment-only or caret is in trailing comment text. On the last line, Enter creates a new line and moves the caret to it when no evaluation error occurs.
  • Ctrl/Cmd + Enter: Always insert a new line below and move the caret to it.
  • Ctrl/Cmd + N: New worksheet.
  • Ctrl/Cmd + L: Create a lock for the current worksheet if needed, then lock it.
  • New worksheet (Ctrl/Cmd + N or menu) asks for confirmation before clearing content.
  • Ctrl/Cmd + =: Increase font size.
  • Ctrl/Cmd + -: Decrease font size.
  • Ctrl/Cmd + 0: Reset font size.
  • Alt + Z: Toggle word wrap (VS Code-style shortcut).
  • Tab: Accept the top variable/function/constant suggestion when shown.
  • ( [ {: With text selected, wraps the selection in the matching bracket pair.
  • Ctrl/Cmd + R: Reload app window.
  • Ctrl/Cmd + Q: Quit (your work is saved).
  • Press Escape twice quickly: Hide app window.