Skip to content

Instantly share code, notes, and snippets.

@cporto
cporto / open-in-browser.txt
Last active August 2, 2017 18:06
Sublime howto: open in browser
To browse html files with default app by Alt+L hotkey:
Add this line to Preferences -> Key Bindings - User opening file:
{ "keys": ["alt+l"], "command": "open_in_browser"}
@cporto
cporto / Preferences.sublime-settings
Last active August 2, 2017 18:06
Sublime user preferences
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"font_size": 15,
"fade_fold_buttons": false,
"highlight_line": true,
@cporto
cporto / Color-Highlighter.txt
Created August 2, 2017 13:55
Sublime Howto: Color Highlighter package
http://wesbos.com/highlight-css-colours-in-sublime-text/
First, install the Color Highlighter package from Package Control
Next, restart Sublime Text.
Then, in Preferences → Package Settings → Color Highlighter → Settings – User
Use the “filled” setting to make them show all the time.