Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Home and End key on Mac OSX 10.5



Ok, I've found a solution.
I've just added in my zshrc :

# xterm
if [ "$TERM" = "xterm-color" ]
then
  # Correspondance touches-fonction spécifique
  bindkey '^[[H'  beginning-of-line       # Home
  bindkey '^[[F'  end-of-line             # End
fi

and it works for me.
Thanks for your help.
Basile.


Le 25 janv. 09 à 00:01, Bart Schaefer a écrit :

On Jan 24,  2:45am, basile caillens wrote:
}
} > Could someone give me a litle bit of help?

Try running zkbd. On my iMac at work it's in the $fpath so I suspect you
can autoload it:

autoload -U zkbd
zkbd

Note that you'll have to hold the "fn" key while striking each of the
F1 .. F12 keys, I think.




Messages sorted by: Reverse Date, Date, Thread, Author