Created
June 7, 2012 00:16
-
-
Save Cifro/2885680 to your computer and use it in GitHub Desktop.
My Sublime Text 2 User 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
Show hidden characters
[ | |
{ "keys": ["ctrl+d"], "command": "duplicate_line" }, | |
{ "keys": ["ctrl+shift+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["ctrl+shift+k"], "command": "find_under_expand" }, | |
{ "keys": ["alt+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}, "checkbox": true } | |
] |
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/User/Espresso Soda.tmTheme", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Soda Light.sublime-theme", | |
"font_face": "Consolas", | |
"font_size": 10, | |
"line_numbers": true, | |
"gutter": true, | |
"line_padding_top": 2, | |
"line_padding_bottom": 2, | |
"default_line_ending": "LF", | |
"highlight_line": true, | |
"trim_trailing_white_space_on_save": true, | |
"scroll_past_end": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment