Editor Shortcuts
Keyboard Shortcuts
Name | Shortcut | Description |
---|---|---|
Page Search | ctrl + shift + f | It provides users to search through props and events and make changes to them |
Edit Mode | ctrl + e | Changes between preview mode and edit mode |
New | alt + n | Creates a new page (only works in Standalone mode) |
Open | ctrl + o | Opens an existing page (only works in Standalone mode) |
Save | ctrl + s | Saves the current page (only works in Standalone mode) |
Undo | ctrl + z | Reverts the last change |
Redo | ctrl + y | Restores the last change |
Delete | backspace OR delete | Deletes the selected component |
Component Copy | alt + c | Copy Component on Editor |
Component Paste | alt + v | Paste Component on Editor |
Component Duplicate | alt + d | Duplicate Component on Editor |
Component Copy-Paste Options
After pressing alt + v, the editor will offer three paste options as shown below:
- Only component option pastes the component as default. It doesn't inherit the copied component's props or events.
- Component with Props option pastes the component with props only props included from the copied component.
- All (Props, Events and Directives) option pastes the copied component as a whole. Including its props, events and directives.