Last active
December 18, 2015 03:29
-
-
Save chensoren/5718630 to your computer and use it in GitHub Desktop.
sublime text preference config
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
[ | |
{ "keys": ["ctrl+shift+."], "command": "erb" }, | |
{ "keys": ["ctrl+shift+f"], "command": "reindent"}, | |
{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar" } | |
] |
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
{ | |
//"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", | |
"color_scheme": "Packages/Theme - Nil/Tubnil.tmTheme", | |
"detect_slow_plugins": false, | |
"draw_white_space": "all", | |
"font_face": "Source Code Pro", | |
"font_face": "Menlo", | |
"font_size": 16, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"tab_size": 2, | |
"theme": "Soda Light.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment