Skip to content

Instantly share code, notes, and snippets.

@zhengxiaowai
Created September 7, 2016 14:44
Show Gist options
  • Save zhengxiaowai/013af6621c6b9a2e335ac863f35bbadc to your computer and use it in GitHub Desktop.
Save zhengxiaowai/013af6621c6b9a2e335ac863f35bbadc to your computer and use it in GitHub Desktop.
sublime configure
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"draw_minimap_border": true,
"font_face": "monaco",
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 5,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"show_full_path": true,
"show_line_endings": true,
"tab_size": 4,
// pic install Material Theme
// "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
// "theme": "Material-Theme.sublime-theme",
// pic install Theme - Brogrammer "theme": "Brogrammer.sublime-theme",
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"translate_tabs_to_spaces": true,
"vintageous_use_ctrl_keys": true,
"vintageous_use_sys_clipboard": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment