Closed fhdk closed 7 years ago
Most likely it sees home/end differently. Use
cat
Without arguments to see what your terminal sees when you press those keys, and bind that in your .zshrc.
Neat - thanks for the tip :smile:
´´´
bindkey '^[[H' beginning-of-line bindkey '^[[F' end-of-line ´´´
I just had to reinstall my machine - stupid mistake.
The first thing to do is
But I cannot find why my gnome-terminal totally disregards
Home
andEnd
while Guake Terminal works as expected.Kinda hoped you could point me in the right direction.