Remove usage of Hidden Unicode

Replace the hidden unicode characters for "^X^E"
This commit is contained in:
Robert Morrison 2022-02-15 02:03:53 +00:00
parent c8d0a8c855
commit 6e00ee4a0e
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

2
zshrc
View File

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