mcfly
mcfly copied to clipboard
zsh HOME/END keys don't work
New user here so apologies if I missed something. I installed mcfly
and after invoking it via Ctrl+r and exiting, now my Home/End keybindings stopped working. This behavior prevents me from auto completing zsh suggestions.
I'm using wezterm
with zsh 5.8
.
That's odd, I haven't seen that behavior before. Does running reset
fix it?
I can confirm, got the same issue with alacritty
. A reset
fixes it indeed.
Small complement, if it can help (I’ve tried to dig deeper but I’m really clueless). Before executing mcfly
, Home
/End
keys have this code through cat -e
:
> cat -e
^[[H^[[F
After, I’ve got this:
> cat -e
^[OH^[OF
So maybe not a mcfly
related issue, something wrong with zsh
itself?