-
-
Save c3ph3us/717e2bb70984807fdc44ba59da483cad to your computer and use it in GitHub Desktop.
TMUX added command prompt tab completion menus v3.2!
This file contains hidden or 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment