Skip to content

Instantly share code, notes, and snippets.

@adykto
Last active December 17, 2015 08:39
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 adykto/5581807 to your computer and use it in GitHub Desktop.
Save adykto/5581807 to your computer and use it in GitHub Desktop.
Sublime Text 3 custom preferences
[
{
"keys": ["shift+f11"],
"command": "toggle_menu"
},
{
"keys": ["ctrl+f11"],
"command": "toggle_side_bar"
},
]
{
"installed_packages":
[
"AngularJS",
"Autoprefixer",
"BracketHighlighter",
"Clickable URLs",
"Emmet",
"Git",
"GitGutter",
"PlainTasks",
"Sass",
"SideBarEnhancements",
"SideBarGit",
"sublimelint",
"SublimeLinter",
"SublimeLinter-jshint",
"Theme - Centurion Blue",
"Theme - Phoenix"
]
}
{
"open_tasks_bullet": "□", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → ›
"done_tasks_bullet": "✓", // options: + | ✓ | ✔
"cancelled_tasks_bullet": "x", // options: x | ✘
"before_tasks_bullet_margin": 5,
"color_scheme": "Packages/PlainTasks/tasks-dark.hidden-tmTheme",
"font_size": 9,
"font_face": "Menlo",
"gutter": false,
"margin": 30
}
{
"auto_complete_commit_on_tab": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/User/Phoenix Dark Green (SL).tmTheme",
"detect_indentation": false,
"font_face": "Source Code Pro",
"font_size": 9,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": false,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Centurion Blue.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment