# nbsp space
# actual nbsp space
Go to Sublime Text 2 > Preferences > Key Bindings - User and add this JSON to the file:
[
{ "keys": ["super+shift+l"],
"command": "insert_snippet",
"args": {
"contents": "console.log(${1:}$SELECTION);${0}"
}
}| /** | |
| * Load disqus comments when visitor scroll down page to comments | |
| * | |
| * Usage: | |
| * Add a div with id "disqus_thread" and data attributes for every disqus parameter: | |
| * | |
| * <div id="disqus_thread" data-disqus-shortname="username" data-disqus-url="http://example.com/post/post-name/"></div> | |
| * | |
| * @author: Murat Corlu | |
| * @link: https://gist.github.com/gists/2290198 |