
Cursor Movement Shortcuts
| Windows | Action | |
|---|---|---|
| Left Arrow | Left one character | |
| Right Arrow | Right one character | |
| Ctrl+Left Arrow | Left one word | |
| Ctrl+Right Arrow | Right one word | |
| Up Arrow | Up one line | |
| Down Arrow | Down one line | |
| Home | Beginning of line | |
| End | End of line | |
| Alt+End | Last index of current line | |
| Alt+Home | First index of current line | |
| Ctrl+Up Arrow | Scroll window up one line | |
| Ctrl+Down Arrow | Scroll window down one line | |
| PgUp | Up one screen | |
| PgDn | Down one screen | |
| Ctrl+Home | Top of file | |
| Ctrl+End | Bottom of file | |
| Tab | Next tab stop | |
| Shift+Tab | Previous tab stop | |
| Ctrl+G | Go to line | |
| Click one brace to highlight matching braces | Find matching brace, bracket or parenthesis | |
| Shift+Backspace | Smart backspace |
Selection Shortcuts
| Windows | Action | |
|---|---|---|
| Shift+Left Arrow | Select left one character | |
| Shift+Right Arrow | Select right one character | |
| Ctrl+LthenW | Select current word | |
| Ctrl+Shift+Left Arrow | Select to start of current word | |
| Ctrl+Shift+Right Arrow | Select to end of current word | |
| Ctrl+LthenL | Select current line | |
| Shift+Home | Select to start of line | |
| Shift+End | Select to end of line | |
| Shift+Up Arrow | Select up one line | |
| Shift+Down Arrow | Select down one line | |
| Ctrl+Shift+PgUp | Select to top of window | |
| Ctrl+Shift+PgDn | Select to bottom of window | |
| Shift+PgUp | Select up one screen | |
| Shift+PgDn | Select down one screen | |
| Ctrl+Shift+Home | Select to top of file | |
| Ctrl+Shift+End | Select to bottom of file | |
| Ctrl+A | Select all | |
| Alt+Left Click | Square selection | |
| Alt+Shift+Left Arrow | Extend square selection to previous character | |
| Alt+Shift+Right Arrow | Extend square selection to next character | |
| Alt+Shift+End | Extend square selection to end of current line | |
| Alt+Shift+Home | Extend square selection to start of current line |
Editing Shortcuts
| Windows | Action | |
|---|---|---|
| Insert | Toggle Insert / Overstrike mode | |
| Ctrl+KandCtrl+K | Comment (comments all selected lines) | |
| Ctrl+KthenCtrl+C | Block comment | |
| Ctrl+KthenCtrl+U | Unblock comment | |
| Delete | Delete character/selection | |
| Backspace | Delete previous character/selection | |
| Ctrl+D | Delete to end of word (kill-word) | |
| Ctrl+Backspace | Delete to start of word (backward-kill-word) | |
| Ctrl+Del | Delete line (kill-line) | |
| Ctrl+Shift+Y | Delete to end of line | |
| Tab | Indent block | |
| Shift+Tab | Un-indent block | |
| Alt+Shift+L | Lowercase the currently selected text | |
| Alt+Shift+U | Uppercase the currently selected text | |
| Ctrl+U | Toggle case of each character in the selected text | |
| Ctrl+Alt+W | Lowercase word | |
| Ctrl+Alt+Shift+W | Uppercase word | |
| Ctrl+Z | Undo | |
| Ctrl+Y | Redo | |
| Shift+Enter | Insert return |
Clipboard Shortcuts
| Windows | Action | |
|---|---|---|
| Ctrl+X/Shift+Delete | Cut selection | |
| Ctrl+C/Ctrl+Insert | Copy selection | |
| Ctrl+V/Shift+Insert | Paste from clipboard |
Find and Replace
| Windows | Action | |
|---|---|---|
| Ctrl+F | Find | |
| F3 | Find next | |
| Shift+F3 | Find previous | |
| Ctrl+Shift+F | Find in files | |
| Esc | Focus back to file |
Buffers and File
| Windows | Action | |
|---|---|---|
| Ctrl+N | New | |
| Ctrl+O | Open | |
| Ctrl+P | ||
| Ctrl+Shift+S | Save All | |
| Ctrl+S | Save | |
| Ctrl+Alt+S | Save As | |
| Ctrl+F4 | Close | |
| Ctrl+Shift+Q | Close Genero Studio | |
| Ctrl+Alt+V | Split window vertically | |
| Ctrl+Alt+H | Split window horizontally | |
| Ctrl+Alt+Shift+N | Unsplit window | |
| Ctrl+Alt+Shift+A | Unsplit all | |
| Alt+Shift+P | Preview view |
Code Completion
| Windows | Action | |
|---|---|---|
| Ctrl+Spacebar | Auto Complete | |
| Ctrl+M | Macro |
Code Templates
| Windows | Action | |
|---|---|---|
| Ctrl+T | Code Templates |