Skip to content

Instantly share code, notes, and snippets.

@syntaxbliss
syntaxbliss / sublime-text-3-keybindings
Created June 18, 2019 01:25
Sublime Text 3 key bindings
[
{ "keys": ["ctrl+shift+z"], "command": "delete_trailing_spaces" },
{
"keys": ["tab"],
"command": "expand_abbreviation_by_tab",
// put comma-separated syntax selectors for which
// you want to expandEmmet abbreviations into "operand" key
// instead of SCOPE_SELECTOR.
// Examples: source.js, text.html - source
@syntaxbliss
syntaxbliss / sublime-text-3-settings
Last active June 18, 2019 01:23
Sublime Text 3 settings
{
"color_scheme": "Packages/Colorsublime - Themes/Darkside.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"