Editor Keyboard Shortcuts
Cursor Movement
| Left | Move cursor one character left |
| Right | Move cursor one character right |
| Up | Move cursor one line up |
| Down | Move cursor one line down |
| Ctrl + Up | Scroll screen up |
| Ctrl + Down | Scroll screen down |
| Ctrl + Right | Move cursor one word right |
| Ctrl + Left | Move cursor one word left |
| End | Move to end of line |
| Ctrl + End | Move to end of last line in file |
| Home | Move to beginning of line |
| Ctrl + Home | Move to beginning of file |
Edit
| Ctrl + Y | Delete current line |
| Ctrl + Shift + Delete | Delete all |
| Ctrl + Delete | Delete to start of word to the right |
| Ctrl + Backspace | Delete to start of word to the left |
| Insert | Switch between overwrite and insert mode |
| Ctrl + C | Copy to Clipboard |
| Ctrl + V | Paste from Clipboard formatted as SQL |
| Ctrl + Shift + V | Paste from Clipboard Excel style |
| Alt + V | Paste as Block |
| Ctrl + X | Cut to Clipboard |
| Ctrl + Z, Alt + Back | Undo |
| Shift + Tab | Indent to the left |
| Ctrl + Shift + C | Comment selection out |
| Ctrl + Shift + R | Un comment selection |
| Ctrl + Shift + U | Convert selection to upper case |
| Ctrl + Shift + L | Convert selection to lower case |
Selection
| Ctrl + A | Select all |
| Alt + Left Mouse Button | Start column (block) selection |
| Alt + C | Set block selection on. Use Shift + Arrow keys to extend selection |
| Shift + Left Mouse Button | Extend selection to click point |
| Ctrl + B | Select SQL block starting from current position |
| Ctrl + Shift + B | Select current block delimited by empty lines |
| Shift +Left | Extend selection to the Left |
| Shift + Right | Extend selection to the right |
| Shift + Up | Extend selection one line up |
| Shift + Down | Extend selection one line down |
| Shift + Home | Extend selection to the beginning |
| Shift + End | Extend selection to the end |
| Shift + Page Down | Extend selection one page down |
| Shift + Page Up | Extend selection one page up |
| Ctrl + Shift + Home | Extend selection from current position to the beginning of script |
| Ctrl + Shift + End | Extend selection from current position to the end of script |
| Ctrl + Shift + Left | Extend selection to the beginning of current word |
| Ctrl + Shift + Right | Extend selection to the end of current word |
Bookmarks
| Ctrl + F2 | Toggle bookmark |
| F2 | Go to next bookmark |
| Shift + F2 | Go to previous bookmark |
| Ctrl + Shift + F2 | Clear all bookmarks |
Miscellaneous
| Ctrl + E, F5 | Execute SQL statement |
| Ctrl + F | Show Find dialog |
| F6 | Quick Find |
| Ctrl + G, F3 | Find next |
| Shift + F3 | Find previous |
| Ctrl + D | Switch focus between Editor and Results Grid |
| Ctrl + H | Show Replace dialog |
| Ctrl + Page Down | Next Script window |
| Ctrl + Page Up | Previous Script window |
| F7 | List Tables |
| F8 | List Procedures and Functions |
| F9 | List System Functions |