Skip to content

Instantly share code, notes, and snippets.

@RichardBronosky
Last active August 17, 2023 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save RichardBronosky/aa6c02eed96963e9ae0024e008af717e to your computer and use it in GitHub Desktop.
Save RichardBronosky/aa6c02eed96963e9ae0024e008af717e 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
@RichardBronosky
Copy link
Author

Screenshot from 2021-12-22 23-29-19

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