Skip to main content

Editor Shortcuts

Keyboard Shortcuts

NameShortcutDescription
Page Searchctrl + shift + fIt provides users to search through props and events and make changes to them
Edit Modectrl + eChanges between preview mode and edit mode
Newalt + nCreates a new page (only works in Standalone mode)
Openctrl + oOpens an existing page (only works in Standalone mode)
Savectrl + sSaves the current page (only works in Standalone mode)
Undoctrl + zReverts the last change
Redoctrl + yRestores the last change
Deletebackspace OR deleteDeletes the selected component
Component Copyalt + cCopy Component on Editor
Component Pastealt + vPaste Component on Editor
Component Duplicatealt + dDuplicate Component on Editor

Component Copy-Paste Options

After pressing alt + v, the editor will offer three paste options as shown below:

alt text

  • 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.