Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am paulwilljones on github.
  • I am paulwilljones (https://keybase.io/paulwilljones) on keybase.
  • I have a public key ASCAuhziTeDHItMNd7ipMFTL_AQxYF-48gGIPcUyql1lfwo

To claim this, I am signing this object:

@paulwilljones
paulwilljones / tmux.md
Created May 21, 2017 11:38 — 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

@paulwilljones
paulwilljones / aliases.sh
Created August 31, 2017 09:49 — forked from JulienBreux/aliases.sh
Kubernetes term aliases
# Used to run minikube shortly
alias mk="minikube"
# Used to run kubectl shortly
alias k="kubectl"
# Used to get ...
alias kg="kubectl get"
# Used to get all pods
tap "atombender/ktail"
tap "azure/draft"
tap "datawire/blackbird"
tap "domt4/autoupdate"
tap "garethr/kubeval"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/fuse"