I'm using Tmux 2.0 on Ubuntu 14.04
I tried to install tmux-sidebar with TPM:
set -g @plugin 'tmux-plugins/tmux-sidebar'
However, when I tell TPM to install it's dependencies, it fails with the following error:
'~/.tmux/plugins/tpm/tpm' returned 1
If I remove tmux-sidebar from my .tmux.conf, it works just fine.
I'm using Tmux 2.0 on Ubuntu 14.04
I tried to install tmux-sidebar with TPM:
However, when I tell TPM to install it's dependencies, it fails with the following error:
If I remove tmux-sidebar from my
.tmux.conf, it works just fine.