Shortcuts
Keyboard shortcuts for Parcel
There are a number of keyboard shortcuts you can use to access Parcel functionality. You can see a full list of shortcuts at any time by clicking the Shortcuts button in the bottom right corner of the Code Editor. Any shortcut that uses CMD on Mac will use CTRL on Windows (and vice versa).
Name | Shortcut |
---|---|
Toggle Preferences | CMD/CTRL , |
Toggle Sidebar | CMD/CTRL SHIFT B |
Name | Shortcut |
---|---|
Toggle Preview | CMD/CTRL SHIFT D |
Toggle Inspect Element | CMD/CTRL SHIFT C |
Toggle Focus Mode | CMD/CTRL SHIFT M |
Refresh Preview | R |
Name | Shortcut |
---|---|
Cut line | CMD/CTRL X |
Copy line | CMD/CTRL C |
Paste line | CMD/CTRL V |
Move line up | OPTION ↑ |
Move line down | OPTION ↓ |
Copy line up | SHIFT OPTION ↑ |
Copy line down | SHIFT OPTION ↓ |
Delete line | CMD/CTRL SHIFT K |
Indent line | CMD/CTRL ] |
Outdent line | CMD/CTRL [ |
Toggle line comment | CMD/CTRL / |
Fold all | CMD/CTRL K CMD/CTRL 0 |
Fold current region | CMD/CTRL K CMD/CTRL [ |
Unfold current region | CMD/CTRL K CMD/CTRL ] |
Toggle word wrap | OPTION Z |
Format document | SHIFT OPTION F |
Name | Shortcut |
---|---|
Wrap Bold | CMD/CTRL B |
Wrap Italics | CMD/CTRL I |
Wrap Underline | CMD/CTRL U |
Insert | CMD/CTRL SHIFT SPACE |
Name | Shortcut |
---|---|
Find | CMD/CTRL F |
Replace | CMD/CTRL OPTION F |
Find Next | CMD/CTRL G |
Find Previous | CMD/CTRL SHIFT G |
Select all matches | OPTION Enter |
Name | Shortcut |
---|---|
Close current editor | OPTION W |
Increase font size | CMD/CTRL + |
Decrease font size | CMD/CTRL - |
Name | Shortcut |
---|---|
Insert cursor | OPTION + Click |
Insert cursor above | CMD/CTRL OPTION ↑ |
Insert cursor below | CMD/CTRL OPTION ↓ |
Select current line | CMD/CTRL L |
Select all occurrences of current selection | CMD/CTRL SHIFT L |
Select next occurrence of current selection | CMD/CTRL D |
Select all occurrences of current word | CMD/CTRL F2 |