(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| # 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 |