Skip to content

Instantly share code, notes, and snippets.

View dbritto-dev's full-sized avatar
🏠
Working remotely

Danilo Britto dbritto-dev

🏠
Working remotely
View GitHub Profile
mkvirtualenv --python=/usr/bin/python3.5 django19 && workon django19
echo '' >> ~/.bashrc && echo 'source virtualenvwrapper.sh' >> ~/.bashrc
source virtualenvwrapper.sh
@dbritto-dev
dbritto-dev / tab-trigger.js
Created June 7, 2016 01:14 — forked from wesbos/tab-trigger.js
How to properly get a TAB trigger working with Emmet inside of JSX
{
"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
"context": [
{