mirror of
				https://github.com/tmux-plugins/tpm.git
				synced 2025-11-04 00:16:05 +00:00 
			
		
		
		
	Minor wording tweaks
This commit is contained in:
		@@ -47,7 +47,10 @@ You're good to go! The plugin was cloned to `~/.tmux/plugins/` dir and sourced.
 | 
			
		||||
### Uninstalling plugins
 | 
			
		||||
 | 
			
		||||
1. remove plugin from `@tpm_plugins` list
 | 
			
		||||
2. hit `prefix + alt + u` (I as in *u*install) to remove the plugin
 | 
			
		||||
2. hit `prefix + alt + u` (u as in *u*install) to remove the plugin
 | 
			
		||||
 | 
			
		||||
All the plugins are installed to `~/.tmux/plugins/` so if you want you can just
 | 
			
		||||
find plugin directory there and remove it.
 | 
			
		||||
 | 
			
		||||
### Key bindings
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								tpm
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tpm
									
									
									
									
									
								
							@@ -28,7 +28,7 @@ source_plugins() {
 | 
			
		||||
 | 
			
		||||
# prefix + I - downloads TPM plugins and reloads TMUX environment
 | 
			
		||||
# prefix + U - updates a plugin (or all of them) and reloads TMUX environment
 | 
			
		||||
# prefix + Y - remove unused TPM plugins and reloads TMUX environment
 | 
			
		||||
# prefix + alt + u - remove unused TPM plugins and reloads TMUX environment
 | 
			
		||||
set_tpm_key_bindings() {
 | 
			
		||||
	local install_key=$(get_tmux_option "$install_key_option" "$default_install_key")
 | 
			
		||||
	tmux bind-key "$install_key" run-shell "$CURRENT_DIR/scripts/install_plugins.sh >/dev/null 2>&1"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user