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]}" ]] &
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
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'
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