Skip to content

Instantly share code, notes, and snippets.

View ruyjfs's full-sized avatar
🎯
Focusing

r u y ruyjfs

🎯
Focusing
View GitHub Profile
@ruyjfs
ruyjfs / vim_cheatsheet.md
Created March 23, 2018 20:28 — 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
@ruyjfs
ruyjfs / 0_reuse_code.js
Created July 27, 2016 02:10
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