From 7a2614d850e548a01720c0cc13a071b267b95f65 Mon Sep 17 00:00:00 2001 From: Javier Lopez Date: Wed, 27 May 2015 13:35:38 -0500 Subject: [PATCH] change default uninstall/clean keybinding to prefix + alt +u --- scripts/variables.sh | 2 +- tests/expect_successful_clean_plugins | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/variables.sh b/scripts/variables.sh index f79feb7..a0c1858 100644 --- a/scripts/variables.sh +++ b/scripts/variables.sh @@ -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" diff --git a/tests/expect_successful_clean_plugins b/tests/expect_successful_clean_plugins index 92a01d5..f6b2e3a 100755 --- a/tests/expect_successful_clean_plugins +++ b/tests/expect_successful_clean_plugins @@ -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