All Products
Search
Document Center

Dataphin:Editor shortcuts

Last Updated:Jan 21, 2025

Explore common shortcuts for the code editor in Dataphin on the Chrome browser to enhance your development productivity.

Operation

macOS

Windows

Common Operations

Start or Stop Running

Command + Enter

Ctrl + Enter

Execute Current Statement

Command + Option + Enter

Ctrl + Shift + Enter

Select All

Command + A

Ctrl + A

Save

Command + S

Ctrl + S

Undo

Command + Z

Ctrl + Z

Redo

Command + Shift + Z

Ctrl + Shift + Z

Select Same Word

Command + D

Ctrl + D

Cut Current Row

Command + X

Ctrl + X

Copy Current Row

Command + C

Ctrl + C

Find

Command + F

Ctrl + F

Replace

Command + Option + F

Ctrl + H

Go to Specified Row

Control + G

Ctrl + G

Shift Current Row Up or Down

Option + ↓ or Option + ↑

Alt + ↓ or Alt + ↑

Copy Current Row Up or Down

Shift + Option + ↓ or Shift + Option + ↑

Shift + Alt + ↓ or Shift + Alt + ↑

Jump Cursor to Matching Bracket

Shift + Command + \

Shift + Ctrl + \

Increase or Decrease Indent

Command + ] or Command + [

Ctrl + ] or Ctrl + [

Move to Start or End of Current Row

Command + ← or Command + →

Home or End

Move to Start or End of Current File

Command + ↑ or Command + ↓

Ctrl + Home or Ctrl + End

Cursor Control

Collapse or Expand Area at Cursor

Option + Command + [ or Option + Command + ]

Shift + Ctrl + [ or Shift + Ctrl + ]

Comment or Uncomment Line or Code Block at Cursor

Command + /

Ctrl + /

Insert Cursor

Option + Click

Ctrl + Click

Undo Last Cursor Operation

Command + U

Ctrl + U

Find Next or Previous Instance of Selected Content

Command + G or Shift + Command + G

Ctrl + G or Ctrl + Shift + G

Multi-Column Selection Edit

Shift + Option + Drag

Ctrl + Shift + Drag