Sublime Text | Editor | Keyboard Shortcuts

General editing keyboard shortcuts for fast editing; useful for both general users and programmers.

SHORTCUTTASK
Ctrl + XCut line
Ctrl + ↩Insert line after
Ctrl + ⇧ + ↩Insert line before
Ctrl + ⇧ + ↑Move line/selection up
Ctrl + ⇧ + ↓Move line/selection down
Ctrl + LSelect line – Repeat to select next lines
Ctrl + DSelect word – Repeat select others occurrences
Ctrl + MJump to closing parentheses Repeat to jump to opening parentheses
Ctrl + ⇧ + MSelect all contents of the current parentheses
Ctrl + ⇧ + KDelete Line
Ctrl + KKDelete from cursor to end of line
Ctrl + K + ⌫ Delete from cursor to start of line
Ctrl + ]Indent current line(s)
Ctrl + [Un-indent current line(s)
Ctrl + ⇧ + DDuplicate line(s)
Ctrl + K + UChange selected text to Uppercase
Ctrl + K + LChange selected text to Lowercase
Ctrl + JJoin line below to the end of the current line
Ctrl + /Comment/un-comment current line
Ctrl + ⇧ + /Block comment current selection
Ctrl + YRedo, or repeat last keyboard shortcut command
Ctrl + ⇧ + VPaste and indent correctly
Ctrl + SpaceSelect next auto-complete suggestion
Ctrl + Usoft undo; jumps to your last change before undoing change when repeated

Leave a Reply

Your email address will not be published. Required fields are marked *