Re: tmux seems not treat $terminfo properly

2012-10-20 Thread Bill Sun
On Sat, Oct 20, 2012 at 11:44:38AM +0200, Frank Terbeck wrote: > Bill Sun wrote: > > I'm a zsh user. I have those key bindings in .zshrc: > > key[Home]=${terminfo[khome]} > > key[End]=${terminfo[kend]} > > [[ -n "${key[Home]}" ]] &

tmux seems not treat $terminfo properly

2012-10-19 Thread Bill Sun
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 and keys work

Re: How to escape in tmux?

2012-02-20 Thread Bill Sun
On Mon, Feb 20, 2012 at 07:27:22AM +, Nicholas Marriott wrote: > What is TERM set to outside tmux and what terminal are you using? > $TERM outside tmux: xterm-256-color $TERM inside tmux: screen I use xterm. I mentioned it in my first email, under "My system information" section. Maybe I didn'

How to escape in tmux?

2012-02-19 Thread Bill Sun
6 zsh 4.3.15 xterm 278 Regards, Bill Sun -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing