Skip to content

Instantly share code, notes, and snippets.

@ocean90
Created December 14, 2014 14:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ocean90/9593cd14af3c49136900 to your computer and use it in GitHub Desktop.
Save ocean90/9593cd14af3c49136900 to your computer and use it in GitHub Desktop.
Sublime Text 3 Config
[
{ "keys": ["ctrl+super+l"], "command": "sublimelinter_lint" },
{ "keys": ["ctrl+super+e"], "command": "sublimelinter_goto_error", "args": {"direction": "next"} },
{ "keys": ["ctrl+super+shift+e"], "command": "sublimelinter_goto_error", "args": {"direction": "previous"} },
{ "keys": ["ctrl+super+b"], "command": "sublimelinter_show_all_errors" },
{ "keys": ["super+ctrl+a"], "command": "alignment" },
// swap the keybindings for paste and paste_and_indent
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
]
[
{
"button": "button1",
"count": 1,
"modifiers": ["super", "shift"],
"press_command": "drag_select",
"command": "goto_definition"
}
]
{
"installed_packages":
[
"Alignment",
"AngularJS",
"ApacheConf.tmLanguage",
"Autoprefixer",
"Case Conversion",
"DocBlockr",
"Dockerfile Syntax Highlighting",
"EditorConfig",
"Emmet",
"FileDiffs",
"Handlebars",
"HTML5",
"jQuery",
"LaTeXTools",
"nginx",
"RAML Syntax Highlighter",
"Sass",
"SassBeautify",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-jshint",
"SublimeLinter-php",
"SublimeLinter-phpcs",
"Theme - Soda",
"Theme - Spacegray"
]
}
{
"auto_find_in_selection": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"create_window_at_startup": false,
"draw_white_space": "all",
"enable_telemetry": "disabled",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.min.*",
"*.toc",
"*.lol",
"*.log",
"*.lot",
"*.aux",
"*.lof",
"*.nlo",
"*.out",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"font_face": "Source Code Pro Medium",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "Spacegray.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment