Skip to content

Instantly share code, notes, and snippets.

@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
@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