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