tpm
tpm copied to clipboard
get no output when I try to do initial install.
Followed every step, my .tmux.conf is the exact copy of the example `
When I do the first step Ctrl+ShiftL followed by Shift+I and all I get is :
TMUX enviroment reloaded. Done, press ESCAPE to continue.
I am on the latest KDE Manjaro.
I just had this problem. Workaround for me was adding:
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins/'
to .tmux.conf
I had this problem, too. And I tried tmux 2.6 and tmux 2.7, all failed.
I tried tmux 2.3, show download plugin failed, then I found that I can't use git clone(SSL error).
then I download these plugins normally and copy to ~/.tmux/plugins , it work.
I have the same issue.
MacOS 10.15
Tmux 3.1b and same problem on Tmux 3.0a
If I manually run ~/.tmux/plugins/tpm/scripts/install_plugins.sh
I get no output.
I am using the tmux.conf from the readme.
Using zsh.
I have tried setting TMUX_PLUGIN_MANAGER_PATH.
I have done chmod 777 ~/.tmux/plugins
and my user owns the plugins dir.
Getting this same issue on RHEL 8. I just get the message shown in OP. When I go to the plugins directory, all the plugin directories are empty. They haven't been cloned.