-
Match Tag Pair Outward (selecciona tag completo)
⌃ + D (OSX Control + D)
Ctrl + , (windows)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
(function(window) { | |
'use strict'; | |
function ${1:ClassName}() { | |
function init(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[console.log(${1:$SELECTION});]]></content> | |
<tabTrigger>l!</tabTrigger> | |
<scope>source.js</scope> | |
<description>Javascript log</description> | |
</snippet> |
Android sdks:
$ android
Open "Android Virtual Devices"
$ android avd
BabelJS
GruntIcon
Fetch (Fetch is a function for making web requests with promises, based on the Fetch spec)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://codepen.io/lbebber/pen/LELBEo | |
http://codepen.io/lbebber/pen/RNgBPP | |
http://codepen.io/lbebber/details/zxpMZw/ |
The Perfect Web Development Environment for Your New Mac: https://mallinson.ca/osx-web-development/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cli=/Applications/Karabiner.app/Contents/Library/bin/karabiner | |
$cli set private.keypad_dot_to_dot 1 | |
/bin/echo -n . | |
$cli set remap.pc_scrolllock2f13 1 | |
/bin/echo -n . | |
$cli set remap.pc_insert2optionLinsert 1 | |
/bin/echo -n . |
OlderNewer