Skip to content

Instantly share code, notes, and snippets.

View Vinc0682's full-sized avatar

VincBreaker Vinc0682

View GitHub Profile
@Vinc0682
Vinc0682 / tmux-cheatsheet.markdown
Created March 1, 2017 19:58 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@Vinc0682
Vinc0682 / 0_reuse_code.js
Created November 29, 2016 20:42
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