From 6e00ee4a0e4c0820e9c43f56fb568698246716df Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Tue, 15 Feb 2022 02:03:53 +0000 Subject: [PATCH] Remove usage of Hidden Unicode Replace the hidden unicode characters for "^X^E" --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 0cac2a5..b15a269 100755 --- a/zshrc +++ b/zshrc @@ -57,7 +57,7 @@ _comp_options+=(globdots) ## Configure command line editor zle -N edit-command-line -bindkey "" edit-command-line +bindkey "^X^E" edit-command-line ## Enable gpg-agent support