Skip to content

Instantly share code, notes, and snippets.

@codian
Created February 11, 2012 04:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save codian/1796548 to your computer and use it in GitHub Desktop.
Save codian/1796548 to your computer and use it in GitHub Desktop.
sublime text 2 설정
[
{ "keys": ["super+ctrl+left"], "command": "next_view_in_stack" },
{ "keys": ["super+ctrl+right"], "command": "prev_view_in_stack" }
]
{
"auto_complete": false,
"auto_indent": true,
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/IR_White.tmTheme",
"draw_indent_guides": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"–local",
"doc",
"tmp"
],
"font_face": "Andale Mono",
"font_size": 16.0,
"gutter": true,
"indent_subsequent_lines": false,
"line_numbers": true,
"line_padding_bottom": 0,
"line_padding_top": 4,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"use_tab_stops": true,
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment