F9 | Execute query (queries): either selected (if there is a selected text fragment in the editor) or all SQL (if there is no selected text fragment) |
F8 | Execute current query. Current query is the query between SQL terminators (if any) containing the current caret position. |
Ctrl + F9 | Execute query from the editor until SQL terminator is found. |
ALT + Left Arrow | Load previous SQL text from SQL history |
ALT + Right Arrow | Load next SQL text from SQL history |
CTRL + L | Load SQL text from file |
CTRL + S | Save SQL text to file |
Up Arrow | Up |
SHIFT + Up Arrow | Select Up |
CTRL + Up Arrow | Scroll up |
Down Arrow | Down |
SHIFT + Down Arrow | Select Down |
CTRL + Down Arrow | Scroll Down |
Left Arrow | Left |
SHIFT + Left Arrow | Select Left |
CTRL + Left Arrow | Move Left to the next word |
CTRL + SHIFT + Left Arrow | Select word to the left |
Right Arrow | Right |
SHIFT + Right Arrow | Select Right |
CTRL + Right Arrow | Move Right to the next word |
CTRL + SHIFT + Right Arrow | Select Word to the right |
Page Down | Page Down |
SHIFT + Page Down | Select Page Down |
CTRL + Page Down | Page Bottom |
CTRL + SHIFT + Page Down | Select Page Bottom |
Page Up | Page Up |
SHIFT + Page Up | Select Page Up |
CTRL + Page Up | Page Top |
CTRL + SHIFT + Page Up | Select Page Top |
Home | Line Start |
SHIFT + Home | Select to Line Start |
CTRL + Home | Editor Top |
CTRL + SHIFT + Home | Select to Editor Top |
End | Line End |
SHIFT + End | Select to Line End |
CTRL + End | Go to Editor Bottom |
CTRL + SHIFT + End | Select to Editor Bottom |
Insert | Toggle Insert mode |
CTRL + Insert, CTRL + K + C, CTRL + C | Copy selected text to Clipboard |
SHIFT + Insert, CTRL + K + V, CTRL + V | Paste text from Clipboard |
Delete | Delete |
SHIFT + Delete, CTRL + K + Y, CTRL + X | Cut text to Clipboard |
Backspace, CTRL + Backspace | Delete Last Character |
CTRL + Backspace | Delete Last Word |
CTRL + Z, ALT + Backspace | Undo |
CTRL + SHIFT + Z, ALT + SHIFT + Backspace | Redo |
Return, CTRL + M | Line Break |
CTRL + A | Select All |
CTRL + SHIFT + I, CTRL + K + I | Block Indent |
CTRL + N | Insert line |
CTRL + T | Delete word |
CTRL + SHIFT + U, CTRL + K + U | Block Unindent |
CTRL + Y | Delete line |
CTRL + SHIFT + Y | Delete to the end of line |
CTRL + SHIFT + 0..9 | Set / clear bookmark 0..9 |
CTRL + 0..9, CTRL + K + 0..9 | Go to bookmark 0..9 |
CTRL + SHIFT + N, CTRL + O + K | Set normal selection mode |
CTRL + SHIFT + C, CTRL + O + C | Set column selection mode |
CTRL + SHIFT + L, CTRL + K + L | Set line selection mode |
CTRL + SHIFT + B | Find matching bracket (caret must be set just before bracket) |
CTRL + / | Comment or uncomment the current selection |
Double click on the word | Select the word |
Click on the left part of the gutter | Set / remove bookmark |
Database Tour SQL editor is based on SynEdit.
See also