Chrysostomus / manjaro-zsh-config

Zsh configuration package for manjaro
MIT License
127 stars 52 forks source link

With this config I got hooked :) #8

Closed fhdk closed 7 years ago

fhdk commented 7 years ago

I just had to reinstall my machine - stupid mistake.

The first thing to do is

pacman -S guake manjaro-zsh-config
chsh -s /bin/zsh fh

But I cannot find why my gnome-terminal totally disregards Home and End while Guake Terminal works as expected.

~ >>> gnome-terminal --version                                              [1]
GNOME Terminal 3.22.1 Using VTE version 0.46.1 +GNUTLS

Kinda hoped you could point me in the right direction.

Chrysostomus commented 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.

fhdk commented 7 years ago

Neat - thanks for the tip :smile:

´´´

gnome-terminal

bindkey '^[[H' beginning-of-line bindkey '^[[F' end-of-line ´´´