Subject says it all. OS/X 10.6.4, tmux 1.4 in xterm.
Because of numerous challenges getting Ctrl and Meta Arrows to work
with OS/X-X11 I opted to use h j k l and H J K L (with repeat) for
pane selection and resizing. This setup works remarkable well and
requires no right hand replacement to get
show-options has it, but set-option escape-time 0 errors with unknown option.
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the re
Using tmux-cvs in linux with 2 separate gui terminals (xfce4-terminal and
xterm)
I have no problem binding C-h.
I don't know anything about macs...
but I wonder if your terminal is grabbing the Control-H
because it thinks you're trying to send a backspace character.
If you hit Ctrl-V Ctrl-H at yo
escape-time is a server option so it must be set with -s:
set-option -s escape-time 0
Does that work for you?
On Thu, May 12, 2011 at 7:50 AM, Egan Ford wrote:
> show-options has it, but set-option escape-time 0 errors with unknown
> option.
>
>
> --