From 2ec727539a7e23c04569e3e28835a05939102db0 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Mon, 20 Jan 2020 15:59:52 +0100 Subject: [PATCH] fix unbind ctrl R --- scripts/reshctl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/reshctl.sh b/scripts/reshctl.sh index 6bbe5ac..62bca40 100644 --- a/scripts/reshctl.sh +++ b/scripts/reshctl.sh @@ -84,6 +84,7 @@ __resh_unbind_control_R() { else eval "$__RESH_bindfunc_revert_control_R_bind" fi + __RESH_control_R_bind_enabled=0 return 0 }