Skip to content

Instantly share code, notes, and snippets.

View KimiEatsCode's full-sized avatar

Sarah Kimi Rettig KimiEatsCode

  • Philadelphia, PA
View GitHub Profile
@KimiEatsCode
KimiEatsCode / 0_reuse_code.js
Created September 3, 2016 03:52
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Sublime Text 2 - Useful Shortcuts

Tested in Mac OS X: super == command

Open/Goto


  • super+t: go to file
  • super+ctrl+p: go to project
  • super+r: go to methods
@KimiEatsCode
KimiEatsCode / vim_cheatsheet.md
Created December 25, 2015 06:13 — forked from awidegreen/vim_cheatsheet.md
Vim shortcuts

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close
@KimiEatsCode
KimiEatsCode / amazon-ec2-ftp.md
Last active December 18, 2015 18:11 — forked from gunjanpatel/amazon-ec2-ftp.md
amazon ec2 LAMP and FTP installation and setup
@KimiEatsCode
KimiEatsCode / JS Problem Set - For-loops practice
Last active August 29, 2015 14:06 — forked from anonymous/fADkp.markdown
JS Problem Set - For-loops practice
A [Pen](http://codepen.io/sarahkmcaleer/pen/fADkp) by [Sarah McAleer](http://codepen.io/sarahkmcaleer) on [CodePen](http://codepen.io/).
[License](http://codepen.io/sarahkmcaleer/pen/fADkp/license).