Skip to content

Instantly share code, notes, and snippets.

@Lh4cKg
Last active April 9, 2016 17:07
Show Gist options
  • Save Lh4cKg/0900e049083097b3cb6f0670716d22b5 to your computer and use it in GitHub Desktop.
Save Lh4cKg/0900e049083097b3cb6f0670716d22b5 to your computer and use it in GitHub Desktop.
Sublime Text 3 Keyboard Shortcuts
# Sublime Text 3 Keyboard Shortcuts
## Text
CTRL-L: Select Entire Line
CTRL-D: Select Word
CTRL-SHIFT-A: Select text inside HTML Tags
CTRL-SHIFT-J: Select code that's indented to same level
CTRL-] / CTRL-[: Increase Indent / Decrease Indent
CTRL-SHIFT-V: Paste matching indentation
CTRL-CTRL-UP / CTRL-CTRL-DOWN: Move line up / Move Line down
CTRL-SHIFT-K: Delete line
F6: Spell check toggle (fn-f6 on osx)
## Text - Multiple Select and edit
1. CTRL-SHIFT-J: Selects same indent block
2. CTRL-SHIFT-L: Splits into separate lines
3. CTRL-A: Go to start of line
## Goto Anyting
CTRL-P: Goto Anything Menu
:: Goto Line Number (:34 - go to line 34) or CTRL-G
@: Goto function, method or class
## Command Palette
CTRL-SHIFT-P: Command Palette Menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment