dharma017
9/14/2015 - 6:29 AM

My Sublime Text 3 setup

My Sublime Text 3 setup

{
	"binary_file_patterns":
	[
		"nodde_modules/",
		"vendor",
		"tmp/",
		"bower_components/"
	],
	"bold_folder_labels": true,
	"caret_extra_bottom": 2,
	"caret_extra_top": 2,
	"caret_extra_width": 3,
	"caret_style": "phase",
	"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
	"fade_fold_buttons": false,
	"font_face": "inconsolas",
	"font_size": 16,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"AlignTab",
		"CodeFormatter",
		"Vintage",
		"Vintageous"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"save_on_focus_lost": true,
	"sidebar_font_big": true,
	"sidebar_medium": true,
	"theme": "Cobalt2.sublime-theme",
	"wide_caret": true,
	"word_wrap": true
}
{
    // Define region highlight styles
    "bracket_styles": {
        "default": {
            "icon": "dot",
            "color": "brackethighlighter.default",
            "style": "underline"
        },
        "unmatched": {
            "icon": "question",
            "color": "brackethighlighter.unmatched",
            "style": "outline"
        },
        // User defined region styles
        "curly": {
            "icon": "curly_bracket",
            "color": "brackethighlighter.curly"
        },
        "round": {
            "icon": "round_bracket",
            "color": "brackethighlighter.round"
        },
        "square": {
            "icon": "square_bracket",
            "color": "brackethighlighter.square"
        },
        "angle": {
            "icon": "angle_bracket",
            "color": "brackethighlighter.angle"
        },
        "tag": {
            "icon": "tag",
            "color": "brackethighlighter.tag",
            "style": "outline"
        },
        "c_define": {
            "icon": "hash",
            "color": "brackethighlighter.c_define",
            // "style": "underline"
        },
        "single_quote": {
            "icon": "single_quote",
            "color": "brackethighlighter.quote"
            // "style": "underline"
        },
        "double_quote": {
            "icon": "double_quote",
            "color": "brackethighlighter.quote"
            // "style": "underline"
        },
        "regex": {
            "icon": "regex",
            "color": "brackethighlighter.quote"
            // "style": "underline"
        }
    }
}

[
  {
    "keys": [
      "j",
      "j"
    ],
    "command": "_enter_normal_mode",
    "args": {
      "mode": "mode_insert"
    },
    "context": [
      {
        "key": "vi_insert_mode_aware"
      }
    ]
  },
  {
    "command": "paste_and_indent",
    "keys": [
      "super+v"
    ]
  },
  {
    "command": "paste",
    "keys": [
      "super+shift+v"
    ]
  },
  {
    "command": "reindent",
    "keys": [
      "super+shift+r"
    ]
  },
  {
    "keys": [
      "f12"
    ],
    "command": "goto_definition"
  }
]
{
	"always_show_minimap_viewport": true,
	"bold_folder_labels": true,
	"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
	"font_options":
	[
		"gray_antialias"
	],
	"font_size": 16,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"line_padding_bottom": 3,
	"line_padding_top": 3,
	"overlay_scroll_bars": "enabled",
	"theme": "Material-Theme.sublime-theme",
	"trim_trailing_white_space_on_save": true,
	"word_wrap": true
}
{
	"color_scheme": "Packages/User/Espresso Soda.tmTheme",
	"font_face": "Ubuntu Mono",
	"font_options": "subpixel_antialias",
	"font_size": 14,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"TrailingSpaces",
		"Vintage",
		"GitGutter"
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"rulers":
	[
		80
	],
	"save_on_focus_lost": true,
	"scroll_past_end": true,
	"soda_classic_tabs": true,
	"soda_folder_icons": true,
	"tab_completion": false,
	"tab_size": 4,
	"theme": "Soda Light 3.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true,
	"word_wrap": true
}