Skip to content

Instantly share code, notes, and snippets.

@richy486
Last active April 8, 2021 10:53
Show Gist options
  • Save richy486/8343099 to your computer and use it in GitHub Desktop.
Save richy486/8343099 to your computer and use it in GitHub Desktop.
Sublime settings

Updating

After adding the packages, restart sublime and the install should be triggered.

Arduino packages

"Arduino-like IDE"

Paths

~/Library/Application Support/Sublime Text 3/Packages/User/Default (OSX).sublime-keymap
~/Library/Application Support/Sublime Text 3/Packages/User/Package Control.sublime-settings
~/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings
[
{ "keys": [ "ctrl+alt+m" ], "command": "un_pretty_json" },
{ "keys": [ "alt+m" ], "command": "markdown_preview", "args": {"target": "browser", "parser":"markdown"} },
{ "keys": [ "super+shift+j" ], "command": "reveal_in_side_bar" },
{ "keys": [ "super+ctrl+left" ], "command": "prev_view" },
{ "keys": [ "super+ctrl+right" ], "command": "next_view" },
{ "keys": [ "super+0"], "command": "reset_font_size" },
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"auto-save",
"JsPrettier",
"JSX",
"MarkdownPreview",
"Mongoose CoffeeScript",
"Package Control",
"Pretty JSON",
"React IDE",
"React Templates",
"ReactJS",
"SublimeHighlight",
"Swift"
],
"repositories":
[
"https://github.com/n1k0/SublimeHighlight/tree/python3"
]
}
{
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"detect_indentation": false,
"font_size": 12.0,
"tab_completion": false,
"word_wrap": false,
"rulers": [100],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment