Skip to content

Instantly share code, notes, and snippets.

@klappradla
Last active June 17, 2022 07:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klappradla/8c3b17a07867215b96666fc2ae854719 to your computer and use it in GitHub Desktop.
Save klappradla/8c3b17a07867215b96666fc2ae854719 to your computer and use it in GitHub Desktop.
Downgrade homebrew's tmux to 2.9a

Downgrade tmux installed via homebrew to v 29.a.

Uninstall current version and install from the old formula:

brew uninstall tmux
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/c8cff106b17b90472cc6e251b9e5c2daf4fd8d46/Formula/tmux.rb

Pin the version to prevent it from accidental upgrades:

brew pin tmux

Once ready for another upgrade, unpin and upgrade:

brew unpin tmux
brew upgrade tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment