Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonymtz/8702119 to your computer and use it in GitHub Desktop.
Save tonymtz/8702119 to your computer and use it in GitHub Desktop.
[
{
"keys": ["shift+f11"],
"command": "toggle_menu"
},
{
"keys": ["ctrl+f11"],
"command": "toggle_side_bar"
},
]
{
"installed_packages":
[
"Autoprefixer",
"BracketHighlighter",
"Git",
"GitGutter",
"PlainTasks",
"SideBarEnhancements",
"SideBarGit",
"sublimelint",
"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": "Source Code Pro",
"gutter": false,
"margin": 30
}
{
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Phoenix Dark Green.tmTheme",
"detect_indentation": false,
"font_face": "Source Code Pro",
"font_size": 9,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_size": 4,
"theme": "Centurion Blue.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment