zeppelin-web-angular/src/app/share/shortcut/shortcut.component.html
| Note Keyboard Shortcuts | |
|---|---|
| Run paragraph | |
| Shift + Enter | |
| Run all above paragraphs (exclusive) | |
| Ctrl + Shift + UP | |
| Run all below paragraphs (inclusive) | |
| Ctrl + Shift + DOWN | |
| Cancel | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + C | |
| Move cursor Up | |
| Ctrl + P | |
| Move cursor Down | |
| Ctrl + N | |
| Remove paragraph | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + D | |
| Insert new paragraph above | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + A | |
| Insert new paragraph below | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + B | |
| Insert copy of paragraph below | |
| Ctrl + Shift + C | |
| Move paragraph Up | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + K | |
| Move paragraph Down | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + J | |
| Enable/Disable run paragraph | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + R | |
| Toggle output | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + O | |
| Toggle editor | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + E | |
| Toggle line number | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + M | |
| Toggle title | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + T | |
| Clear output | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + L | |
| Link this paragraph | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + W | |
| Reduce paragraph width | |
| Ctrl + Shift + - | |
| Increase paragraph width | |
| Ctrl + Shift + + | |
| Editor Keyboard Shortcuts | |
|---|---|
| Cut the line | |
| Ctrl + K | |
| Paste the line | |
| Ctrl + Y | |
| Search inside the code | |
| Ctrl + S | |
| Move cursor to the beginning | |
| Ctrl + A | |
| Move cursor at the end | |
| Ctrl + E | |
| Find in code | |
| Ctrl + {{ isMac ? 'Option' : 'Alt' }} + F | |