Complete Brackets Keyboard Shortcuts: Windows & Mac (2026)

If you use Brackets the free, open-source code editor by Adobe this guide gives you the complete keyboard shortcut list for both Windows and Mac, organised by task so you can find what you need fast.

Whether you’re navigating files, editing CSS inline with Quick Edit (Ctrl+E / Cmd+E), or previewing changes live in the browser, there’s a shortcut for it. This page covers 99+ hotkeys across every category from basic editing to code movement to Live Preview plus a free PDF download you can keep at your desk.

What is Brackets?

Brackets is a free, open-source code editor created by Adobe Systems and now maintained on GitHub. It was built specifically for front-end web development HTML, CSS, and JavaScript and is best known for its Live Preview feature (real-time browser sync) and Quick Edit (inline CSS editing without switching files).

Brackets was originally released in 2014 by Adobe and officially archived in September 2021, though it remains widely downloaded and used. It runs on Windows, Mac, and Linux.

Best shortcut to know: Ctrl+E (Windows) / Cmd+E (Mac) opens the Quick Edit inline editor.

Most used Brackets shortcuts

ActionWindowsMac
Quick OpenCtrl + Shift + OCmd + Shift + O
Close current fileCtrl + WCmd + W
Close all filesCtrl + Shift + WCmd + Shift + W
Open a fileCtrl + OCmd + O
Open a folderCtrl + Alt + OCmd + Option + O
New fileCtrl + NCmd + N
Save fileCtrl + SCmd + S
Save all filesCtrl + Alt + SCmd + Option + S
Switch projectCtrl + Alt + RCmd + Option + R
Rename current fileF2F2
UndoCtrl + ZCmd + Z
RedoCtrl + YCmd + Shift + Z
CutCtrl + XCmd + X
CopyCtrl + CCmd + C
PasteCtrl + VCmd + V
Duplicate line or selectionCtrl + DCmd + D
Delete current lineCtrl + Shift + DCmd + Shift + D
Single line commentCtrl + /Cmd + /
Block commentCtrl + Shift + /Cmd + Shift + /
Add new line after currentCtrl + EnterCmd + Enter
Add new line before currentCtrl + Shift + EnterCmd + Shift + Enter
Select allCtrl + ACmd + A

Editing shortcuts

ActionWindowsMac
Open / close Quick EditCtrl + ECmd + E
Close Quick EditEscEsc
Create a new CSS rule (in Quick Edit)Ctrl + NCmd + N
Go to next rule in Quick EditAlt + ↓Option + ↓
Go to previous rule in Quick EditAlt + ↑Option + ↑
Toggle line commentCtrl + /Cmd + /
Toggle block commentCtrl + Shift + /Cmd + Shift + /
Duplicate line or selectionCtrl + DCmd + D
Delete current lineCtrl + Shift + DCmd + Shift + D
Add new line after currentCtrl + EnterCmd + Enter
Add new line before currentCtrl + Shift + EnterCmd + Shift + Enter
Select next match (multi-cursor)Ctrl + BCmd + B
Skip and select next matchCtrl + Shift + BCmd + Shift + B
Add cursor with clickCtrl + ClickCmd + Click
Column / box selectAlt + Click + DragOption + Click + Drag
Undo last multi-cursor selectionCtrl + UCmd + U

Find & replace shortcuts

ActionWindowsMac
Find in current fileCtrl + FCmd + F
Find nextF3Cmd + G
Find previousShift + F3Cmd + Shift + G
Find in all project filesCtrl + Shift + FCmd + Shift + F
Replace in current fileCtrl + HCmd + Option + F
Replace in all filesCtrl + Shift + HCmd + Shift + Option + F

Navigation shortcuts

ActionWindowsMac
Quick Edit (inline CSS editor)Ctrl + ECmd + E
Quick DocsCtrl + KCmd + K
Quick Open fileCtrl + Shift + OCmd + Shift + O
Go to definition (in file)Ctrl + TCmd + T
Go to definition (in project)Ctrl + Shift + TCmd + Shift + T
Jump to definitionCtrl + JCmd + J
Go to line numberCtrl + GCmd + L
Next document in listCtrl + Page DownCmd + Page Down
Previous document in listCtrl + Page UpCmd + Page Up
Open recent filesAlt + OOption + O

Workspace shortcuts

ActionWindowsMac
Increase font sizeCtrl + +Cmd + +
Decrease font sizeCtrl + –Cmd + –
Reset font size to defaultCtrl + 0Cmd + 0
Hide / show sidebarCtrl + Shift + HCmd + Shift + H
No distractions modeCtrl + Shift + 2Cmd + Shift + 2
Live PreviewCtrl + Alt + PCmd + Option + P
Live Preview highlightCtrl + Shift + CCmd + Shift + C
Open preferences / settingsCtrl + ,Cmd + ,

Code selection shortcuts

ActionWindowsMac
Select allCtrl + ACmd + A
Select current lineCtrl + LCmd + L
Select current wordCtrl + BCmd + B
Select next characterShift + →Shift + →
Select previous characterShift + ←Shift + ←
Select previous lineShift + ↑Shift + ↑
Select next lineShift + ↓Shift + ↓
Select next wordAlt + Shift + →Option + Shift + →
Select previous wordAlt + Shift + ←Option + Shift + ←
Select to end of lineCtrl + Shift + →Cmd + Shift + →
Select to beginning of lineCtrl + Shift + ←Cmd + Shift + ←
Select to beginning of fileCtrl + Shift + HomeCmd + Shift + ↑
Select to end of fileCtrl + Shift + EndCmd + Shift + ↓
Select from cursor to start of fileCtrl + Shift + HomeCmd + Shift + Home
Select from cursor to end of fileCtrl + Shift + EndCmd + Shift + End

Code movement shortcuts

ActionWindowsMac
Move current line / selection upCtrl + Shift + ↑Cmd + Shift + ↑
Move current line / selection downCtrl + Shift + ↓Cmd + Shift + ↓
Indent rightCtrl + ]Cmd + ]
Indent leftCtrl + [Cmd + [
Indent right (tab)TabTab
Indent left (shift tab)Shift + TabShift + Tab
Move right one character
Move left one character
Move up one line
Move down one line
Move to next wordCtrl + →Option + →
Move to previous wordCtrl + ←Option + ←
Move to end of lineAlt + →Cmd + →
Move to beginning of lineAlt + ←Cmd + ←
Move to beginning of fileCtrl + HomeCmd + ↑
Move to end of fileCtrl + EndCmd + ↓
Scroll upCtrl + ↑Cmd + ↑ (scroll)
Scroll downCtrl + ↓Cmd + ↓ (scroll)

Quick Edit shortcuts

ActionWindowsMac
Open / close Quick EditCtrl + ECmd + E
Close current Quick Edit panelEscEsc
Close all Quick Edit panelsEsc (cursor in main doc)Esc (cursor in main doc)
Create new CSS ruleCtrl + NCmd + N
Navigate to next CSS ruleAlt + ↓Option + ↓
Navigate to previous CSS ruleAlt + ↑Option + ↑
Open Quick Docs (for current element)Ctrl + KCmd + K

Live Preview shortcuts

ActionWindowsMac
Toggle Live Preview (open / close browser)Ctrl + Alt + PCmd + Option + P
Toggle Live Preview highlightCtrl + Shift + CCmd + Shift + C

Extension shortcuts

ActionWindowsMac
Open Extension ManagerCtrl + Shift + E or File menuCmd + Shift + E or File menu
Display all active shortcuts (Shortcut Extension)Help → Display ShortcutsHelp → Display Shortcuts

How to show Quick Hints (shortcuts list) in Brackets

Brackets has two built-in ways to view all available keyboard shortcuts the Help menu and the Shortcuts Extension. Here is exactly how to use each one, on both Windows and Mac.

To display all shortcuts in Brackets on PC, go to Help → Display Shortcuts in the menu bar. This opens a panel listing every active shortcut. If the option is missing, install the free Brackets Shortcuts Extension from the Extension Manager (Ctrl+Shift+E), then return to Help → Display Shortcuts.

Method 1 – Help menu (built-in)

1. Open Brackets

Launch the Brackets text editor on your Windows PC or Mac. Make sure you have a file or project open some menu options are greyed out with no file loaded.

2. Click the Help menu

In the top menu bar, click Help. On Windows, the menu bar sits at the top of the Brackets window. On Mac, it sits in the system menu bar at the top of the screen.

3. Select “Display Shortcuts”

In the Help dropdown, click Display Shortcuts. A new panel opens on the right side of the editor listing every keyboard shortcut currently active in Brackets including shortcuts added by any extensions you have installed.

4. Optional: copy the list into your file

Inside the Shortcuts panel, click Copy to Current Document to insert the complete shortcut list as plain text into whichever file is currently open. Useful as a permanent reference inside your project.

Method 2 – Brackets Shortcuts Extension

1. Open the Extension Manager

Press Ctrl + Shift + E on Windows or Cmd + Shift + E on Mac. Alternatively, go to File → Extension Manager from the menu bar.

2. Search for “Brackets Shortcuts”

In the Extension Manager search box, type Brackets Shortcuts. The extension by redmunds will appear in the results. Click Install.

3. Reload Brackets when prompted

After installation, Brackets will ask you to reload. Click Reload Brackets. The extension activates immediately on restart.

4. Go to Help → Display Shortcuts

Once Brackets reloads, go to Help → Display Shortcuts. The extension generates a live panel of all shortcuts including those from every other extension you have installed. The list updates automatically if you install more extensions later.

Frequently asked questions

Answers to the most common questions about Brackets shortcuts and the Brackets text editor.

What is the most important shortcut in Brackets?

The single most important shortcut in Brackets is Ctrl+E on Windows or Cmd+E on Mac. This opens the Quick Edit inline editor, which lets you edit the CSS for any HTML element without leaving the HTML file or switching tabs. It is Brackets’ signature feature and the one that makes it uniquely fast for front-end development.

How do I display all keyboard shortcuts in Brackets?

Go to Help → Display Shortcuts in the Brackets menu bar. A panel opens on the right listing every active shortcut including those from any extensions you have installed. If the Display Shortcuts option is missing, install the free Brackets Shortcuts Extension from the Extension Manager (Ctrl+Shift+E), reload Brackets, and then go to Help → Display Shortcuts again.

Does Brackets work on Mac?

Yes. Brackets runs on Windows, Mac, and Linux. On Mac, most shortcuts replace the Ctrl key with Cmd and the Alt key with Option. For example, Quick Edit is Ctrl+E on Windows and Cmd+E on Mac. The complete Mac shortcut list is included in every table on this page.

What is the difference between Quick Edit and Quick Docs in Brackets?

Quick Edit (Ctrl+E / Cmd+E) opens an inline CSS editor directly inside your HTML file. You can write and edit CSS rules without opening a separate stylesheet. Quick Docs (Ctrl+K / Cmd+K) opens an inline documentation panel showing reference information about whichever HTML tag, CSS property, or JavaScript function your cursor is on. Quick Edit is for writing code; Quick Docs is for reading documentation.

How do I type a left bracket [ on a keyboard?

On a standard QWERTY keyboard, the left square bracket [ key is located directly to the right of the letter P. Press it once for [ and hold Shift to get the left curly brace {. For parentheses, the left parenthesis ( is Shift+9. On Mac, the key positions are identical.

What is the shortcut for Live Preview in Brackets?

The Live Preview shortcut in Brackets is Ctrl+Alt+P on Windows and Cmd+Option+P on Mac. This opens your HTML file in Google Chrome with real-time sync every change you make in Brackets reflects instantly in the browser without a manual refresh. Live Preview requires Google Chrome to be installed. To highlight the element your cursor is on inside the browser, use Ctrl+Shift+C / Cmd+Shift+C to toggle Live Preview Highlight.

Is Brackets still supported in 2026?

Brackets was officially archived by Adobe in September 2021, meaning Adobe no longer provides updates or support. However, the project lives on as an open-source repository on GitHub, and a community fork called Brackets Continued actively maintains the editor with bug fixes and updates. Millions of developers still use Brackets in 2026, particularly for lightweight HTML and CSS work. If you need a fully supported alternative, Visual Studio Code and Sublime Text are the most popular replacements.

What are the best alternatives to Brackets in 2026?

The three most popular alternatives to Brackets are Visual Studio Code (free, by Microsoft), Sublime Text (fast and lightweight, paid licence), and Notepad++ (free, Windows-only). For front-end web development specifically, VS Code now offers equivalent features including live browser preview, inline CSS editing, and an extensive shortcut system.

Final thoughts on Brackets shortcuts

Brackets may no longer be under active development by Adobe, but its shortcut system remains one of the most thoughtfully designed in any text editor. The real power is not in memorising all 107 shortcuts it is in building muscle memory around the five that matter most for your daily workflow.

If you are finding that Brackets no longer meets your needs particularly for JavaScript-heavy projects Sublime Text and Visual Studio Code are the natural next steps. Both share several shortcut patterns with Brackets, so the transition is smoother than you might expect.

Bookmark this page and download the free PDF cheat sheet above to keep the full shortcut list at your desk.

READ NEXT:

Pratik

Pratik is the founder of Tutorial Tactic and a productivity tools specialist with 15 years of hands-on experience in Google Workspace, Microsoft Office, and software automation. He has published over 1,500 guides on keyboard shortcuts, software commands, how-to tutorials and workflow optimization, helping readers across the US and India work faster with the tools they use every day. Tutorial Tactic was founded in 2021 with one goal: cut through the noise and give readers exactly what they need fast, verified, and beginner-friendly.
Back to top button