Skip to content

Instantly share code, notes, and snippets.

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor
@michelleroth
michelleroth / _media32.scss
Created September 8, 2017 16:19
A Sass 3.2 mixin for dealing with Media Queries
// Here are some variables, then a mixin and then an application of the mixin - this will only compile using Sass 3.2
//variables
$XS: 12.5em; // 200px;
$S: 18.75em; // 300px
$SM: 35em; // 560px
$M: 47.5em; // 760px
$L: 63em; // 1008px
$XL: 110em; // 1760px
$XXL: 180em; // 2880px
@michelleroth
michelleroth / index.html
Created December 15, 2016 02:58 — forked from tbywong/index.html
Framework Day 10 Exercise
<!DOCTYPE html>
<html>
<head>
<title>Class 10 - Framework</title>
</head>
<body>
<h1>AJAX DOM Manipulation</h1>
<div class="users">
<h3>Users: </h3>