73 Ace Editor Keyboard Shortcuts

Learn Ace Editor Shortcuts for Windows

Most Used Ace Editor Shortcuts

ActionAce Editor Shortcuts
IndentTab
OutdentShift + Tab
UndoCtrl + Z
RedoCtrl + Shift + Z
Show the settings menuCtrl + ,
Toggle commentCtrl + /
Transpose lettersCtrl + T
Enter fullscreenCtrl + Enter
Change to lowercaseCtrl + Shift + U
Change to upper-caseCtrl + U
OverwriteInsert
Macros replayCtrl + Shift + E
Macros recordingCtrl + Alt + E
DeleteDelete

Line Operations Shortcuts

ActionAce Editor Shortcuts
Remove lineCtrl + D
Copy lines downAlt + Shift + Down Arrow Key
Copy lines upAlt + Shift + Up Arrow Key
Move lines downAlt + Down Arrow Key
Move lines upAlt + Up Arrow Key
Remove to the line endAlt + Delete
Remove to line startAlt + Backspace
Remove word leftCtrl + Backspace
Remove word rightCtrl + Delete

Selection Shortcuts

ActionAce Editor Shortcut keys
Select allCtrl + A
Select leftShift + Left Arrow Key
Select rightShift + Right Arrow Key
Select word leftCtrl + Shift + Left Arrow Key
Select word rightCtrl + Shift + Right Arrow Key
Select line startShift + Home
Select line endShift + End
Select the line endAlt + Shift + Right Arrow Key
Select to line startAlt + Shift + Left Arrow Key
Select upShift + Up Arrow Key
Select downShift + Down Arrow Key
Select page upShift + Page Up Key
Select page downShift + Page Down Key
Select to startCtrl + Shift + Home
Select to endCtrl + Shift + End
Duplicate selectionCtrl + Shift + D
Select the matching bracketCtrl + Shift + P

Multi-cursor Shortcuts

ActionAce Editor Shortcut Keys
Add multi-cursor aboveCtrl + Alt + Up Arrow key
Add multi-cursor belowCtrl + Alt + Down Arrow Key
Add the next occurrence to the multi-selectionCtrl + Alt + Right Arrow Key
Add previous occurrence to multi-selectionCtrl + Alt + Left Arrow Key
Move the multi-cursor from the current line to the line aboveCtrl + Alt + Shift + Up Arrow key
Move the multi-cursor from the current line to the line belowCtrl + Alt + Shift + Down Arrow Key
Remove the current occurrence from multi-selection and move to the nextCtrl + Alt + Shift + Right Arrow Key
Remove the current occurrence from multi-selection and move to the previousCtrl + Alt + Shift + Left Arrow Key
Select all from multi-selectionCtrl + Shift + L

Go To Shortcuts

ActionAce Editor Shortcuts
Go to leftLeft Arrow Key
Go to rightRight Arrow key
Go to word leftCtrl + Left Arrow Key
Go to word rightCtrl + Right Arrow Key
Go line upUp Arrow Key
Go line downDown Arrow Key
Go to line startAlt + Left Arrow Key
Go to the line endAlt + Right Arrow key
Go to page upPage Up key
Go to page downPage Down key
Go to startCtrl + Home
Go to endCtrl + End
Go to lineCtrl + L
Scroll line downCtrl + Down Arrow Key
Scroll line upCtrl + Up Arrow Key
Go to the matching bracketCtrl + P

Find and Replace Shortcuts

ActionAce Editor Shortcut Keys
FindCtrl + F
ReplaceCtrl + H
Find nextCtrl + K
Find PreviousCtrl + Shift + K

Folding Shortcuts

ActionAce Editor Shortcuts
Fold selectionAlt + L
UnfoldAlt + Shift + L
Fold allAlt + 0
Unfold allAlt + Shift + 0

READ NEXT:

Back to top button