Skip to content

Instantly share code, notes, and snippets.

@c3ph3us
Forked from RichardBronosky/install_latest_tmux.sh
Created August 17, 2023 15:09
Show Gist options
  • Save c3ph3us/717e2bb70984807fdc44ba59da483cad to your computer and use it in GitHub Desktop.
Save c3ph3us/717e2bb70984807fdc44ba59da483cad to your computer and use it in GitHub Desktop.
TMUX added command prompt tab completion menus v3.2!
# SEE: https://github.com/tmux/tmux/blob/47923bd5f62f49924e20f3cabcff9350968449a2/CHANGES#L320-L323
# FROM: https://github.com/tmux/tmux#from-version-control
tmux -V
cd ~/src/
git clone https://github.com/tmux/tmux
cd tmux/
sudo apt install bison make pkg-config autotools-dev automake libevent-dev libncurses-dev
sh autogen.sh
./configure
make
sudo make install
tmux -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment