mirror of
				https://github.com/tmux-plugins/tpm.git
				synced 2025-11-04 00:16:05 +00:00 
			
		
		
		
	change default uninstall/clean keybinding to prefix + alt +u
This commit is contained in:
		@@ -5,4 +5,4 @@ update_key_option="@tpm-update"
 | 
				
			|||||||
default_update_key="U"
 | 
					default_update_key="U"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean_key_option="@tpm-clean"
 | 
					clean_key_option="@tpm-clean"
 | 
				
			||||||
default_clean_key="Y"
 | 
					default_clean_key="M-u"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,8 +9,8 @@ spawn tmux
 | 
				
			|||||||
# not work properly.
 | 
					# not work properly.
 | 
				
			||||||
sleep 1
 | 
					sleep 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# this is tmux prefix + U
 | 
					# this is tmux prefix + alt + u
 | 
				
			||||||
send "Y"
 | 
					send "u"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set timeout 5
 | 
					set timeout 5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user