We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
.tmux.conf
The text was updated successfully, but these errors were encountered:
same problem on OSX
Sorry, something went wrong.
same problem on (latest) OSX
Same problem.... Two years later :/
Greetings from the future! For me those and similar errors went away when i simply installed less on which the plugin relies.
#also: returned 127 comes up when specifying the plugin two times (i had tpm manage the plugins AND added it to the .tmux.conf, which is wrong)
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: