tpm icon indicating copy to clipboard operation
tpm copied to clipboard

get no output when I try to do initial install.

Open bittaswt opened this issue 6 years ago • 4 comments

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.

bittaswt avatar Apr 24 '18 12:04 bittaswt

I just had this problem. Workaround for me was adding:

set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins/'

to .tmux.conf

navicore avatar May 19 '18 19:05 navicore

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.

zhangnew avatar Sep 08 '18 07:09 zhangnew

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.

bcashlol avatar Sep 23 '20 18:09 bcashlol

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.

ronakg avatar Dec 11 '20 18:12 ronakg