Re: change pane problem

2015-05-09 Thread Cody Chan
Yes, it works, thank you. On 5/7/15, Nicholas Marriott wrote: > Hi > > Bind the keys without -r. > > On Thu, May 07, 2015 at 11:07:01AM +0800, Cody Chan wrote: >> Hi, all tmux users, I have a problem, when I'm using >> prefix+M-left/right/down/up to change pane, if I keep hitting >> left/right/do

How do I get the backspace key to send ^H in tmux?

2015-05-09 Thread Nuzhna Pomoshch
New user to tmux. Unfortunately, one of the first things I discovered is that (in tmux), pressing the backspace key throws out ^? instead of ^H (xterm), which is causing me all sorts of problems. I assume this is relatively easy to reconfigure, but I spent some time searching and reading for h

Re: tmux 2.0 released

2015-05-09 Thread Romain Francoise
On Thu, May 07, 2015 at 12:12:46AM +0100, Thomas Adam wrote: > I'm pleased to announce the release of tmux 2.0. Please take a look > here: > > https://sourceforge.net/projects/tmux/files/tmux/tmux-2.0/ > > for the release tarball and changes introduced in to 2.0. On its way to Debian... Note for

Re: Q: tmux sending different key escape codes for Option+Left/Right depending on $TERM?

2015-05-09 Thread Nicholas Marriott
... > > input_parse is logging what tmux receives from the terminal, in this > case it is "cat" printing "^[^[[D". > > So the additional ^[ was sent to the terminal, and cat echoed it. When I say terminal here I mean the pty inside tmux pane of course, not the terminal emulator outside tmux. -

Re: Q: tmux sending different key escape codes for Option+Left/Right depending on $TERM?

2015-05-09 Thread Nicholas Marriott
On Sat, May 09, 2015 at 11:38:09AM +0200, Leonardo Brondani Schenkel wrote: > On 07/05/2015 13:48, Nicholas Marriott wrote: > > +tmux-users > > > > > > On Thu, May 07, 2015 at 10:01:03AM +0100, Nicholas Marriott wrote: > >> Hi > >> > >> Well that explains it, since you have kLFT3=\Eb tmux will se

Re: Q: tmux sending different key escape codes for Option+Left/Right depending on $TERM?

2015-05-09 Thread Leonardo Brondani Schenkel
On 07/05/2015 13:48, Nicholas Marriott wrote: > +tmux-users > > > On Thu, May 07, 2015 at 10:01:03AM +0100, Nicholas Marriott wrote: >> Hi >> >> Well that explains it, since you have kLFT3=\Eb tmux will send M-Left >> instead of M-b for \Eb (and Option+Left since your terminal sends \Eb >> for th