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

acpi
acpid
adobe-source-code-pro-fonts
alacritty
alsa-utils
anki
antigen-git
apache
apvlv
arandr

Keybase proof

I hereby claim:

  • I am rodweb on github.
  • I am rodweb (https://keybase.io/rodweb) on keybase.
  • I have a public key ASBxGGfpK4GkHMdlJqk6qjzMYDf7JWbqxwACAN_34EVVogo

To claim this, I am signing this object:

@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