Last active
August 17, 2023 15:09
-
-
Save RichardBronosky/aa6c02eed96963e9ae0024e008af717e to your computer and use it in GitHub Desktop.
TMUX added command prompt tab completion menus v3.2!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Author
RichardBronosky
commented
Dec 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment