change default uninstall/clean keybinding to prefix + alt +u
This commit is contained in:
parent
2d5ecdbe4a
commit
7a2614d850
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue