Skip to content

Instantly share code, notes, and snippets.

View lovesuper's full-sized avatar
❤️
Cheers luv

Anton lovesuper

❤️
Cheers luv
  • Imagine Tavern
  • Lisboa, Portugal
  • 06:45 (UTC +01:00)
View GitHub Profile
@lovesuper
lovesuper / vim_cheatsheet.md
Created November 9, 2015 14:24 — 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
@lovesuper
lovesuper / 0_reuse_code.js
Created July 25, 2014 06:05
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