Skip to content

Instantly share code, notes, and snippets.

View miguelgr's full-sized avatar
🛹

Miguel García miguelgr

🛹
  • Madrid
View GitHub Profile
@miguelgr
miguelgr / JS: console.log()
Created May 12, 2013 17:30
JS: console.log(${1:data});
<snippet>
<content><![CDATA[
console.log(${1:data});
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>cl</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.javascript</scope>
</snippet>
@miguelgr
miguelgr / Preferences.json
Last active January 16, 2017 16:51
ST: user_settings
{
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Menlo",
"font_options": ["subpixel_antialias", "no_bold"],
"font_size": 14.0,
"enable_live_count": true,
"highlight_modified_tabs": true,
"highlight_line": false,
"ignored_packages": [
@miguelgr
miguelgr / user-keymapl.json
Last active October 15, 2021 03:48
ST: sublime-keymap
/*
Created by: Miguel Garcia <[email protected]>
Date: 2013
Github: miguelgr
These keybindings are personalized in order to optimize the working time avoiding
using the mouse
They work with the following packages:
@miguelgr
miguelgr / htmlall
Created April 13, 2013 17:40
HTML: htmlall
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>title of page</title>