Last active
August 29, 2015 14:06
-
-
Save bienvenidosaez/916155351282de419481 to your computer and use it in GitHub Desktop.
SublimeText2Configuration
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
{ | |
//Atajos | |
// CMD+J - CMD+1 = Contrae todo el archivo | |
// CMD+J + CMD+K = Expande todo el archivo | |
"Seti_SB_big": false, | |
"Seti_SB_med": true, | |
"Seti_sb_no_icons": false, | |
"Seti_sb_tree_med": true, | |
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme", | |
"font_size": 18, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Seti.sublime-theme" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment