
Moving around in the document
| Linux | Action | |
|---|---|---|
| Home | Go to Start of Line | |
| End | Go to End of Line | |
| Alt+Home | Go to Start of Display Line | |
| Alt+End | Go to End of Display Line | |
| Alt+Up | Scroll up by one line | |
| Alt+Down | Scroll down by one line | |
| Ctrl+Shift+L | Scroll to current line | |
| Ctrl+L | Go to line | |
| Ctrl+B | Goto matching brace | |
| Ctrl+M | Toggle marker | |
| Ctrl+, | Goto previous marker | |
| Ctrl+. | Goto next marker | |
| Ctrl+/ | Go to Previous Word Part | |
| Ctrl+\ | Go to Next Word Part | |
| Alt+Arrow Right | Navigate forward a location | |
| Alt+Arrow Left | Navigate back a location | |
| F1 | Help |
Moving the document
| Linux | Action | |
|---|---|---|
| Ctrl+Shift+PageDown | Move document right | |
| Ctrl+Shift+PageUp | Move document left | |
| Ctrl+PageDown | Switch to right document | |
| Ctrl+PageUp | Switch to left document | |
| Ctrl+plus | Zoom In | |
| Ctrl+- | Zoom Out | |
| Ctrl+0 | Zoom Reset | |
| F11 | Fullscreen |
Finding text,Selecting text
| Linux | Action | |
|---|---|---|
| Ctrl+F | Find | |
| Ctrl+G | Find Next | |
| Ctrl+Shift+G | Find Previous | |
| Ctrl+Shift+F | Find in files | |
| F7 | Switch to Search Bar | |
| Ctrl+Shift+E | Find Usage | |
| Ctrl+Shift+D | Find Document Usage | |
| Alt+Shift+W | Select current word | |
| Alt+Shift+L | Select current line(s) | |
| Alt+Shift+P | Select current paragraph | |
| Ctrl+A | Select all | |
| Ctrl+Shift | Column mode editing (rectangular selections) | |
| Ctrl+Alt | Column mode editing (rectangular selections) | |
| Ctrl+Shift+M | Mark All | |
| Ctrl+M | Toggle marker | |
| Ctrl+, | Goto previous marker | |
| Ctrl+. | Goto next marker |
Cut and Paste
| Linux | Action | |
|---|---|---|
| Ctrl+X | Cut | |
| Ctrl+Shift+X | Cut current line(s) | |
| Ctrl+C | Copy | |
| Ctrl+Shift+C | Copy current line(s) | |
| Ctrl+V | Paste | |
| Ctrl+D | Duplicate line or selection | |
| Ctrl+Shift+Delete | Delete to line end | |
| Ctrl+K | Delete current line(s) |
Editting
| Linux | Action | |
|---|---|---|
| Shift+Alt+D | Insert date | |
| Ctrl+E | Toggle line commentation | |
| Ctrl+Alt+U | Toggle case of selection | |
| Tab | Word part completion | |
| Tab | Complete snippet | |
| Ctrl+I | Increase indent | |
| Ctrl+U | Decrease indent | |
| Alt+PageUp | Move line(s) up | |
| Alt+PageDown | Move line(s) down | |
| Ctrl+Space | Complete word | |
| Ctrl+Shift+T | Go to tag declaration | |
| Ctrl+T | Go to tag definition | |
| Ctrl+Z | Undo | |
| Ctrl+Y | Redo | |
| Ctrl+H | Replace | |
| Ctrl+1,2,3 | Send to Custom Command 1 (2,3) | |
| Ctrl+Shift+Space | Show calltip |
Files
| Linux | Action | |
|---|---|---|
| Ctrl+N | New | |
| Ctrl+O | Open | |
| Ctrl+Shift+O | Open selected file | |
| Ctrl+R | Reload file | |
| Ctrl+Tab | Switch to last used document | |
| Ctrl+S | Save | |
| Ctrl+Shift+S | Save all | |
| Ctrl+W | Close | |
| Ctrl+Shift+W | Close all | |
| Ctrl+P | ||
| Ctrl+Q | Quit |
Build,Make and Compile
| Linux | Action | |
|---|---|---|
| Ctrl+Alt+P | Preferences | |
| F9 | Build | |
| Shift+F8 | Make object | |
| Shift+F9 | Make all | |
| F8 | Compile | |
| F5 | Run | |
| Ctrl+Enter | Show macro list | |
| Ctrl+Shift+F9 | Make custom target | |
| Ctrl+Shift+R | Reload symbol list | |
| F2 | Switch to Editor | |
| F4 | Switch to VTE | |
| F6 | Switch to Scribble |