Skip to content

Instantly share code, notes, and snippets.

@hoanghuynh
Last active July 21, 2017 18:41
Show Gist options
  • Save hoanghuynh/04c7201dd709d752e0fb to your computer and use it in GitHub Desktop.
Save hoanghuynh/04c7201dd709d752e0fb to your computer and use it in GitHub Desktop.
Sublime Settings
[
{ "keys": ["ctrl+shift+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+shift+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} }
]
AdvancedNewFile
BracketHighlighter
SidebarEnhancements
SCSS
rsub
Git blame
GitGutter
Gitignore
Material Theme
{
"always_show_minimap_viewport": true,
"auto_find_in_selection": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Monaco",
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"show_line_endings": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": 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