tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.97k stars 419 forks source link

TPM didn't echo any error occurred when installing plugin using key bindings #125

Open yxliang01 opened 6 years ago

yxliang01 commented 6 years ago

When tpm encountered errors when installing plugins using key bindings, it doesn't print any error. It just simply doesn't install the plugin. This problem only occurs when installing using key bindings. It can print the error correctly when executing the script in shell by typing the path to the plugin installation script.

scull7 commented 6 years ago

OSX 10.13.4 tmux 2.6

Having the same issue with using the key bindings, not receiving any error output. However, when I call the install_plugins.sh directly I receive the following error:

unkown variable: TMUX_PLUGIN_MANAGER_PATH
FATAL: Tmux Plugin Manager not configured in tmux.conf
Aborting.
diegoquintanav commented 5 years ago

It seems that tmux must be running for the script to work. Try creating a new detached session with something like tmux new-session -d -s asdf and try again.