Skip to content

Instantly share code, notes, and snippets.

View rodweb's full-sized avatar

Rodrigo Campos rodweb

View GitHub Profile
@rodweb
rodweb / tmux.md
Created August 26, 2020 16:04 — 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

@rodweb
rodweb / 0_reuse_code.js
Created May 21, 2016 13:07
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