Skip to content

Instantly share code, notes, and snippets.

View chaonan99's full-sized avatar
🎯
Focusing

Haonan Chen chaonan99

🎯
Focusing
View GitHub Profile
@chaonan99
chaonan99 / tmux.md
Created February 17, 2017 02:19 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@chaonan99
chaonan99 / 0_reuse_code.js
Last active April 6, 2016 04:00
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