Created
October 14, 2011 15:57
-
-
Save coderberry/1287489 to your computer and use it in GitHub Desktop.
Sublime Text 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 2 Shortcuts | |
| ⌘+r View methods or functions in a file. | |
| ⌃⇧⌘+f Distraction free editing | |
| ⌘⇧+k,b Toggle side panel | |
| ⌘⇧+p Command palette | |
| ⌘+d Select next occurrence of word | |
| ⌘⌃+g Select ALL occurrence of word | |
| ⌘⌃+a Auto align | |
| ⌘⌥⇧+2 Split screen | |
| ⌘⌥+1 Exit split screen | |
| -------------------------------------------------- | |
| ⌘ (Command key) | |
| ⌥ (Option key) | |
| ⇧ (Shift key) | |
| ⌃ (Control key) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment