1.9 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	Help, tpm not working!
Here's the list of issues users had with tpm:
Nothing works.
tpmkey bindingsprefix + I,prefix + Unot even defined.
- 
Do you have required
tmuxversion to runtpm?
Checktmuxversion with$ tmux -Vcommand and make sure it's higher or equal to the required version fortpmas stated in the readme. - 
ZSH tmux plugin might be causing issues.
If you have it installed, try disabling it and see iftpmworks then. 
Help, I'm using custom config file with
tmux -f /path/to/my_tmux.confto start Tmux and for some reason plugins aren't loaded!?
tpm has a known issue when using custom config file with -f option.
The solution is to use alternative plugin definition syntax. Here are the steps
to make it work:
- 
remove all
set -g @pluginlines from tmux config file - 
in the config file define the plugins in the following way:
# List of plugins set -g @tpm_plugins ' \ tmux-plugins/tpm \ tmux-plugins/tmux-sensible \ tmux-plugins/tmux-resurrect \ ' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' - 
Reload TMUX environment so TPM is sourced:
$ tmux source /path/to/my_tmux.conf 
The plugins should now be working.
Weird sequence of characters show up when installing or updating plugins
- This could be caused by tmuxline.vim plugin. Uninstall it and see if things work.
 
"failed to connect to server" error when sourcing .tmux.conf
- Make sure 
tmux source ~/.tmux.confcommand is ran from insidetmux.