Created
June 4, 2012 06:55
-
-
Save ppworks/2866819 to your computer and use it in GitHub Desktop.
Sublime Text2 settings
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
* Rotate Left: cmd + alt + ← | |
* Rotate Right: cmd + alt + → |
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
Show hidden characters
{ | |
"color_scheme": "Packages/User/Railscasts.tmTheme", | |
"font_face": "Bitstream Vera Sans Mono", | |
"font_size": 14.0, | |
"ignored_packages": [""], | |
"vintage_start_in_command_mode": true, | |
"translate_tabs_to_spaces": true, | |
"vintage_ctrl_keys": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment