Skip to content

Instantly share code, notes, and snippets.

@Joejhorn
Joejhorn / gist:6ab6458f8c4000cc52a7b99b92fd979a
Created December 27, 2017 17:00 — forked from itsmattsoria/gistfil1.textile
Mac Terminal Cheat Sheet

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
@Joejhorn
Joejhorn / script.js
Created December 13, 2017 01:32 — forked from anonymous/script.js
YYzbEO
const menu = {
_courses: {
_appetizers: [],
_mains: [],
_desserts: [],
get appetizers() {
return this._appetizers;
},
set appetizer(appetizersIn) {
@Joejhorn
Joejhorn / index.html
Created November 30, 2017 01:59 — forked from anonymous/index.html
Joe Horn - Portfolio & About
<html lang="en">
<head>
<title>Joe Horn Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://use.fontawesome.com/0b9b403b99.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.6/umd/popper.min.js"></script>