mirror of
				https://github.com/tmux-plugins/tpm.git
				synced 2025-11-04 00:16:05 +00:00 
			
		
		
		
	Docs wording change
This commit is contained in:
		@@ -14,14 +14,14 @@ Here's the list of issues users had with `tpm`:
 | 
				
			|||||||
- ZSH tmux plugin might be causing issues.<br/>
 | 
					- ZSH tmux plugin might be causing issues.<br/>
 | 
				
			||||||
  If you have it installed, try disabling it and see if `tpm` works then.
 | 
					  If you have it installed, try disabling it and see if `tpm` works then.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
> Help, I'm using `tmux -f /path/to/my_tmux.conf` option to start Tmux and for
 | 
					> Help, I'm using custom config file with `tmux -f /path/to/my_tmux.conf`
 | 
				
			||||||
some reason plugins aren't loaded!?
 | 
					to start Tmux and for some reason plugins aren't loaded!?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Issue #57](https://github.com/tmux-plugins/tpm/issues/57)
 | 
					[Issue #57](https://github.com/tmux-plugins/tpm/issues/57)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`tpm` has a known issue when using alternative config file with `-f` option.
 | 
					`tpm` has a known issue when using custom config file with `-f` option.
 | 
				
			||||||
The solution is to use alternative plugin definition. Here are the steps to
 | 
					The solution is to use alternative plugin definition syntax. Here are the steps
 | 
				
			||||||
make it work:
 | 
					to make it work:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. remove all `set -g @plugin` lines from tmux config file
 | 
					1. remove all `set -g @plugin` lines from tmux config file
 | 
				
			||||||
2. in the config file define the plugins in the following way:
 | 
					2. in the config file define the plugins in the following way:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user