Hi,

I'm a zsh user. I have those key bindings in .zshrc:
    key[Home]=${terminfo[khome]}
    key[End]=${terminfo[kend]}
    [[ -n "${key[Home]}" ]] && bindkey "${key[Home]}" beginning-of-line
    [[ -n "${key[End]}"  ]] && bindkey "${key[End]}"  end-of-line

In 'plain' xterm, the <Home> and <End> keys work perfectly. In tmux,
however, these 2 keys won't work at all.

In xterm, $terminfo[Home] returns 'F'. In tmux, that value returns
nothing. Can I set tmux to treat $terminfo properly?

Regards.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to