This is my custom tmux config. It requires a little work on your part, but the directions are pretty easy to follow.
- the
prefix
has been remapped toC-a
(Ctrl+a) - you may have to play around with the settings to get plugins to work for your location
- tmux >= 1.9
- git
- bash shell
- terminal that supports 256 color
- if over SSH, make sure to define
SetEnv TERM=xterm-256color
in your local machine.ssh/config
- if over SSH, make sure to define
Git clone this repository
git clone git@github.com:beatzball/config-tmux.git ~/config-tmux/
Make a symbolic link of ~/tmux.conf
ln -s ~/config-tmux/.tmux.conf ~/.tmux.conf
Install the Tmux Package Manager TPM
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Start a Tmux session
tmux new-session -As <whatever-you-want-to-call-it>
Trigger the installation
prefix
thenI
Ctrl+A
then captiali
Update
prefix
thenU
Remove/Uninstall plugins not on the plugin list
prefix
thenAlt+U
rm -rf ~/.tmux/ ~/tmux-config ~/.tmux.conf