Skip to content

Instantly share code, notes, and snippets.

@Cifro
Created June 7, 2012 00:16
Show Gist options
  • Save Cifro/2885680 to your computer and use it in GitHub Desktop.
Save Cifro/2885680 to your computer and use it in GitHub Desktop.
My Sublime Text 2 User Settings
[
{ "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 }
]
{
"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