change default uninstall/clean keybinding to prefix + alt +u

This commit is contained in:
Javier Lopez 2015-05-27 13:35:38 -05:00
parent 2d5ecdbe4a
commit 7a2614d850
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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