=========================== Brackets keyboard shortcuts =========================== First published at 4/25/2018 on https://defkey.com/adobe-brackets-shortcuts Brackets is a text editor with a primary focus on web development. It is created by Adobe Systems and currently maintained on GitHub. Brackets has 130 shortcuts and we have listed all of them below. General ------- Ctrl + + Increase Font Size Ctrl + Shift + , Select Parent Ctrl + - Decrease Font Size Ctrl + Shift + . Select Child Ctrl + / Toggle Line Comment Ctrl + Shift + / Toggle Block Comment Cmd + Alt + / (Mac) Toggle Block Comment Ctrl + Alt + / Search Commands Ctrl + Alt + / Show Shortcuts Ctrl + 0 Restore Font Size Ctrl + = Increase Font Size Ctrl + A Select All Ctrl + Shift + A Align Assignments Ctrl + C Copy Ctrl + Shift + C Live Highlight Ctrl + Alt + C Collapse Current Ctrl + D Duplicate Ctrl + Shift + D Delete Line(s) Ctrl + E Quick Edit Ctrl + Shift + E Go to Open File Ctrl + F Find Ctrl + Shift + F Find in Files Ctrl + G Go to Line Cmd + G Find next Ctrl + Alt + G Initialize GitHubAccess Shift + Cmd + G Find previous Ctrl + H Replace Ctrl + Shift + H Hide Sidebar Ctrl + J Jump to Definition Ctrl + Shift + J Parse json file or highlighted string Ctrl + K Quick Docs Ctrl + L To Lower Case Ctrl + Alt + L Beautify Document Ctrl + M Minify Code Ctrl + M Quick Markup Mode Ctrl + Shift + M Quick Markup Help Ctrl + N New File Ctrl + Alt + N New Rule Alt + O Edit File Ctrl + O Open… Ctrl + Alt + O Open Containing Folder Ctrl + Shift + O Quick Open Ctrl + Alt + P Live Preview Ctrl + Q Quit Ctrl + Shift + R Reload in browser Ctrl + Alt + R Recent Projects Ctrl + S Save Ctrl + Alt + S Save All Ctrl + Shift + S Save As… Ctrl + Shift + S Show Snippets Ctrl + T Go to Definition Alt + U Redo selection Ctrl + U Undo selection Ctrl + U To Upper Case Ctrl + V Paste Ctrl + Alt + V Run Snippet Ctrl + W Close Ctrl + Shift + W Close All Ctrl + Shift + W Show Indentations Ctrl + X Cut Ctr + Alt + X Expand Current Ctrl + Y Redo Ctrl + Z Undo Shift + Ctrl + Z Redo Ctrl + [ Unindent Shift + Alt + 1 Expand all code in current editor Alt + 1 Collapse all code in current editor Ctrl + ] Indent Ctrl + [ Previous Document in List. Ctrl + ] Next Document in List. Ctrl + Backspace Delete previous group Cmd + Backspace (Mac only) Delete To Line Start Alt + Backspace (Windows only) Delete To Line Start Ctrl + Del Delete next group Cmd + Del (Mac only) Delete To Line End Alt + Del (Windows only) Delete To Line End Alt + Down arrow Next Match Alt + Shift + Down arrow Decrement Number Ctrl + Down arrow Scroll Line Down Ctrl + Shift + Down arrow Move Line(s) Down Ctrl + End Go to end of document Ctrl + Enter Open Line Below Ctrl + Shift + Enter Open Line Above F2 Rename F3 Find Next Shift + F3 Find Previous Cmd + F4 Toggle Bookmark F4 Next Bookmark Shift + Cmd + F4 Clear Bookmarks Shift + F4 Previous Bookmark F5 Reload Brackets F6 Grunt default F7 Sort Lines Shift + F7 Reverse Lines Cmd + F7 Sort Lines by length Option + F7 Shuffle Lines Option + Cmd + F7 Remove Duplicate Lines F8 Go to First Error/Warning F12 Show Developer Tools Alt + Down arrow Next Match Alt + Shift + Down arrow Decrement Number Ctrl + Down arrow Scroll Line Down Ctrl + Shift + Down arrow Move Line(s) Down Ctrl + End Go to end of document Ctrl + Enter Open Line Below Ctrl + Shift + Enter Open Line Above Ctrl + Home Go to beginning of document Alt + Left arrow Go to beginning of line Ctrl + Left arrow Go to the word on the left Alt + Right arrow Go to end of line Ctrl + Right arrow Go to the word on the right Ctrl + Space Show Code Hints Ctrl + Shift + Space Show Parameter Hint Ctrl + Shift + Tab Previous Document Ctrl + Tab Next Document Ctrl + Up arrow Scroll Line Up Alt + Shift + Up arrow Increment Number Alt + Up arrow Previous Match Ctrl + Shift + Up arrow Move Line(s) Up Multiple cursors ---------------- Ctrl + B Add next match to your selection Ctrl + Shift + B Skip and add next match Ctrl + U Undo last selection change Ctrl + Shift + U Redo last selection change Alt + F3 Find all and select Ctrl + Left click Add to your selection Ctrl + Left click + Move the mouse Select a column Alt + Shift + Up arrow Add cursor to previous line Alt + Shift + Down arrow Add cursor to next line Ctrl + Alt + L Split selection into lines Esc Switch to a single selection Source: 1, 2 Last modified on (UTC): Friday, January 31, 2020 Defkey © All rights reserved.