Editor Keyboard Shortcuts


Cursor Movement

LeftMove cursor one character left
RightMove cursor one character right
UpMove cursor one line up
DownMove cursor one line down
Ctrl + UpScroll screen up
Ctrl + DownScroll screen down
Ctrl + RightMove cursor one word right
Ctrl + LeftMove cursor one word left
EndMove to end of line
Ctrl + EndMove to end of last line in file
HomeMove to beginning of line
Ctrl + HomeMove to beginning of file

Edit

Ctrl + YDelete current line
Ctrl + Shift + Delete Delete all
Ctrl + DeleteDelete to start of word to the right
Ctrl + BackspaceDelete to start of word to the left
InsertSwitch between overwrite and insert mode
Ctrl + CCopy to Clipboard
Ctrl + VPaste from Clipboard formatted as SQL
Ctrl + Shift + VPaste from Clipboard Excel style
Alt + VPaste as Block
Ctrl + XCut to Clipboard
Ctrl + Z, Alt + BackUndo
Shift + TabIndent to the left
Ctrl + Shift + CComment selection out
Ctrl + Shift + RUn comment selection
Ctrl + Shift + UConvert selection to upper case
Ctrl + Shift + LConvert selection to lower case

Selection

Ctrl + ASelect all
Alt + Left Mouse ButtonStart column (block) selection
Alt + CSet block selection on. Use Shift + Arrow keys to extend selection
Shift + Left Mouse ButtonExtend selection to click point
Ctrl + BSelect SQL block starting from current position
Ctrl + Shift + BSelect current block delimited by empty lines
Shift +LeftExtend selection to the Left
Shift + RightExtend selection to the right
Shift + UpExtend selection one line up
Shift + DownExtend selection one line down
Shift + HomeExtend selection to the beginning
Shift + EndExtend selection to the end
Shift + Page DownExtend selection one page down
Shift + Page UpExtend selection one page up
Ctrl + Shift + HomeExtend selection from current position to the beginning of script
Ctrl + Shift + EndExtend selection from current position to the end of script
Ctrl + Shift + LeftExtend selection to the beginning of current word
Ctrl + Shift + RightExtend selection to the end of current word

Bookmarks

Ctrl + F2Toggle bookmark
F2Go to next bookmark
Shift + F2Go to previous bookmark
Ctrl + Shift + F2Clear all bookmarks

Miscellaneous

Ctrl + E, F5Execute SQL statement
Ctrl + FShow Find dialog
F6Quick Find
Ctrl + G, F3Find next
Shift + F3Find previous
Ctrl + DSwitch focus between Editor and Results Grid
Ctrl + HShow Replace dialog
Ctrl + Page DownNext Script window
Ctrl + Page UpPrevious Script window
F7List Tables
F8List Procedures and Functions
F9List System Functions