Last active
April 9, 2016 17:07
-
-
Save Lh4cKg/0900e049083097b3cb6f0670716d22b5 to your computer and use it in GitHub Desktop.
Sublime Text 3 Keyboard Shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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