Created
April 22, 2013 12:09
-
-
Save aviaryan/5434470 to your computer and use it in GitHub Desktop.
My Useful Sublime Text Shortcuts
This file contains 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 | |
======================= | |
The List is not complete. | |
It's just the shortcuts I know and I find useful | |
================================================= | |
WINDOWS | |
================================================= | |
Ctrl + Click - Add Multiple Cursors | |
Ctrl + D - After selecting the word, add multiple cursors to same occurances. | |
Alt + F3 - After selecting the word, add multiple cursors to all occurances. | |
F6 - Check for Spelling Errors. Hit again F6 to undo. | |
Shift + F11 - Distraction-Free Mode | |
Ctrl+Shift+P - Command Pallete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment