Skip to content

Instantly share code, notes, and snippets.

@dimaspante
Last active July 29, 2019 14:54
Show Gist options
  • Save dimaspante/c76a769b09469e97792b769f932a8b26 to your computer and use it in GitHub Desktop.
Save dimaspante/c76a769b09469e97792b769f932a8b26 to your computer and use it in GitHub Desktop.
Sublime 3 settings
[
{ "keys": ["ctrl+shift+d"], "command": "find_under_expand" },
{ "keys": ["ctrl+shift+k", "ctrl+shift+d"], "command": "find_under_expand_skip" },
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+shift+l"], "command": "sublime_linter_lint" },
{ "keys": ["ctrl+k", "ctrl+k"], "command": "sublime_linter_toggle_highlights" },
]
{
"color_scheme": "Packages/MonokaiFree/MonokaiFree.tmTheme",
"theme": "Adaptive.sublime-theme",
"ignored_packages":
[
"Vintage"
],
"auto_complete_delay": 10,
"auto_complete_with_fields": true,
"auto_find_in_selection": true,
"fold_buttons": false,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_to_bracket": true,
"preview_on_click": false,
"scroll_past_end": false,
"show_encoding": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment