70 Brackets Keyboard Shortcuts

Brackets Shortcuts is all about inserting various bracket symbols into your documents. There are different names for brackets, such as square brackets, braces, parentheses, etc. There is a keyboard shortcut to insert each brackets into your document.

These shortcuts are intended for front-end developers and web designers, as they will create an easy workflow for them—download Brackets Shortcuts for Windows users in PDF format.

Most Used Brackets Shortcuts

ActionBrackets Shortcuts
Quick OpenCtrl + Shift + O
Close Current FileCtrl + W
Close All FilesCtrl + Shift + W
Open a FileCtrl + O
New FileCtrl + N
Switch ProjectCtrl + Alt + R
Rename current fileF2
CutCtrl + X
CopyCtrl + C
PasteCtrl + V
DuplicateCtrl + D
Single line commentCtrl + /
Block commentCtrl + Shift + /
Add a new line after the current lineCtrl + Enter
Add a new line before the current lineCtrl + Shift + Enter

Editing Shortcuts

ActionBrackets Shortcuts
Open or Close Quick EditCtrl + E
Go to the next rule in the listAlt + Down Arrow key
Go to the previous rule in the listAlt + Up Arrow key
Close Quick EditEsc
Create a New RuleCtrl + N

Find & Replace Shortcuts

ActionBrackets Shortcut keys
FindCtrl + F
Find NextF3
Find PreviousShift + F3
Find in FilesCtrl + Shift + F
ReplaceCtrl + H
Replace in FilesCtrl + Shift + H

Navigation Shortcuts

ActionBrackets Shortcuts
Quick EditCtrl + E
Jump to DefinitionCtrl + J
Quick OpenCtrl + Shift + O
Go to DefinitionCtrl + T
Go to LineCtrl + G
Quick DocsCtrl + K

Workspace Shortcuts

ActionBrackets Shortcuts
Increase Font SizeCtrl + +
Decrease Font SizeCtrl + –
Return to DefaultCtrl + 0
Hide or Show the SidebarCtrl + Shift + H
Live PreviewCtrl + Alt + P
Live Preview HighlightCtrl + Shift + C

Code Selection Shortcuts

ActionBrackets Shortcut keys
Select the current lineCtrl + L
Select the current wordCtrl + B
Select allCtrl + A
Select the next characterShift + Right Arrow key
Select the previous characterShift + Left Arrow key
Select the previous lineShift + Up Arrow key
Select the next lineShift + Down Arrow key
Select next wordAlt + Shift + Right Arrow key
Select the previous wordAlt + Shift + Left Arrow key
Select the end of the lineCtrl + Shift + Right Arrow key
Select the beginning of the lineCtrl + Shift + Left Arrow key
Select the beginning of the fileCtrl + Shift + Home
Select the end of the fileCtrl + Shift + End

Code Movement Shortcuts

ActionBrackets Shortcut keys
Move the current line or selection upCtrl + Shift + Up Arrow key
Move the current line or selection downCtrl + Shift + Down Arrow key
Indent RightCtrl + ]
Indent LeftCtrl + [
Indent RightTab
Indent LeftShift + Tab
Move to the leftRight Arrow key
Move to the rightLeft Arrow key
Move up one lineUp Arrow key
Move down one lineDown Arrow key
Move to the next wordCtrl + Right Arrow key
Move to the previous wordCtrl + Left Arrow key
Move to the end of the lineAlt + Right Arrow key
Move to the beginning of the lineAlt + Left Arrow key
Move to the beginning of the fileCtrl + Home
Move to the end of the fileCtrl + End
Scroll upCtrl + Up Arrow key
Scroll downCtrl + Down Arrow key

With all the above Brackets Shortcuts for Windows users, you can enhance your bracket experience. Brackets is not as well-known because it has many famous alternatives. Notepad++, Visual Studio Code, and Sublime Text are some other major text editors used by web designers.

READ NEXT:

Back to top button