Skip to content

Instantly share code, notes, and snippets.

@atmin
Created June 16, 2016 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atmin/4a3e915e2c728903fca6a87f35bda09f to your computer and use it in GitHub Desktop.
Save atmin/4a3e915e2c728903fca6a87f35bda09f to your computer and use it in GitHub Desktop.
Install tmux > 1.8 on Debian Wheezy
# tmux 1.8 offers Zoom mode
sudo add-apt-repository ppa:pi-rho/dev
sudo apt-get update
sudo apt-cache show tmux # list tmux versions
sudo apt-get install tmux=LAST_VERSION_LISTED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment