CMD+SHIFT+H | Toggle sidebar |
CMD+M | Minimize |
Tag: Brackets Cheat Sheet
CMD+N | New file |
CMD+O | Open file |
CMD+ALT+O | Open folder |
CMD+W | Close file |
CMD+SHIFT+W | Close all files |
CMD+SHIFT+O | Quick open |
CMD+L | Go to line |
CMD+T | Quick find definition |
CMD+J | Jump to definition |
CMD+` | Goto first problem |
CMD+SHIFT+] | Next document |
CMD+SHIFT+[ | Previous document |
CMD+E | Toggle quick edit |
ALT+Arrow Up | Previous match |
ALT+Arrow Down | Next match |
CMD+ALT+N | New rule |
CMD+FN+Arrow Left | Goto file start |
CMD+FN+Arrow Right | Goto file end |
FN+Arrow Up | Page up |
FN+Arrow Down | Page down |
CMD+F | Find in file |
CMD+SHIFT+F | Find in project |
CMD+G | Find next |
CMD+SHIFT+G | Find previous |
CMD+CTRL+G | Find all and select |
CMD+B | Add next match to selection |
CMD+SHIFT+B | Skip and add next match to selection |
CMD+ALT+F | Replace |
CMD+ALT+SHIFT+F | Replace in project |
ALT+1 | Collapse all |
ALT+SHIFT+1 | Expand all |
CMD+ALT+[ | Collapse current |
CMD+ALT+] | Expand current |
CMD+C | Copy |
CMD+X | Cut |
CMD+V | Paste |
CMD+Z | Undo |
CMD+SHIFT+Z | Redo |
CMD+] | Indent current line or selection |
CMD+[ | Outdent current line or selection |
CMD+Return | Insert newline after current line or selection |
CMD+SHIFT+Return | Insert newline before current line or selection |
CTRL+SHIFT+D | Delete current line or selection |
CMD+Backspace | Delete to line start |
CMD+Delete | Delete to line end |
CTRL+SHIFT+Arrow Up | Move current line or selection up |
CTRL+SHIFT+Arrow Down | Move current line or selection down |
CMD+D | Duplicate current line or selection |
CMD+ALT+L | Split selection into lines |
CMD+/ | Toggle line comment |
CMD+SHIFT+/ | Toggle block comment |
CTRL+T | Transpose characters either side of the cursor |
ALT+Backspace | Delete text to beginning of word |
ALT+Delete | Delete text to end of word |
ALT+SHIFT+Arrow Down | Add cursor to next line |
ALT+SHIFT+Arrow Up | Add cursor to previous line |
CMD+A | Select all |
CTRL+L | Select current line |
ALT+SHIFT+Arrow Left | Select to beginning of word |
ALT+SHIFT+Arrow Right | Select to end of word |
CMD+SHIFT+Arrow Left | Select to first character of line |
CMD+SHIFT+Arrow Right | Select to last character of line |
CMD+SHIFT+Arrow Up | Select to beginning of document |
CMD+SHIFT+Arrow Down | Select to end of document |
CMD+U | Undo selection |
CMD+SHIFT+U | Redo selection |
CTRL+Space | Show code hints |
CTRL+SHIFT+Space | Show parameter hint |
CMD+ALT+P | Enable live preview |
CMD+SHIFT+C | Toggle live preview highlight |
CMD+SHIFT+R | Force reload of live preview |
CMD+ALT+I | Show developer tools |
CMD+R | Reload with extensions |
CMD+CTRL-R | Reload without extensions |
F1 | Help |
F2 | Rename file |
CMD+Plus | Increase font size |
CMD+Minus | Decrease font size |
CMD+0 | Restore font size to default |
Ctrl++ | Increase Font Size |
Ctrl+- | Decrease Font Size |
Ctrl+0 | Return to Default |
Ctrl+Shift+H | Hide/Show the Sidebar |
Ctrl+Alt+P | Live Preview |
Ctrl+Shift+C | Live Preview Highlight |
From menu | Turn Line Numbers on/off |
From menu | Turn Word Wrap on/off |
→ | Move to the left |
← | Move to the right |
↑ | Move up one line |
↓ | Move down one line |
Ctrl+→ | Move to next word |
Ctrl+← | Move to the previous word |
Alt+→ | Move to the end of line |
Alt+← | Move to the beginning of the line |
Ctrl+Home | Move to the beginning of the file |
Ctrl+End | Move to the end of file |
Ctrl+↑ | Scroll up |
Ctrl+↓ | Scroll down |