Re: Cannot bind-key C-h

2011-05-17 Thread Nicholas Marriott
This is because you have ERASE set to ^H in termios which means tmux decides expects that your backspace key sends ^H. tmux sends ^? for backspace always (or it would be inconsistent on different terminals). On Fri, May 13, 2011 at 10:07:19AM +0200, Egan Ford wrote: > Hmmm... actually an xterm no

Re: Cannot bind-key C-h

2011-05-13 Thread Egan Ford
Hmmm... actually an xterm not running tmux returns ^H for C-h, whereas when tmux is running I get ^?. Screen also return ^H. On Fri, May 13, 2011 at 9:57 AM, Egan Ford wrote: > Doh!  Thanks.  I should have checked that.  Apparently C-h with OS/X > X11 is C-?.  I have never seen this behavior wit

Re: Cannot bind-key C-h

2011-05-13 Thread Egan Ford
Doh! Thanks. I should have checked that. Apparently C-h with OS/X X11 is C-?. I have never seen this behavior with Linux or other UNIX. I redefined with C-?. Problem solved. On Thu, May 12, 2011 at 5:27 PM, Randy Stauner wrote: > Using tmux-cvs in linux with 2 separate gui terminals (xfce4-

Re: Cannot bind-key C-h

2011-05-12 Thread Randy Stauner
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