Re: tmux does not support "save pos" escape code

2011-12-29 Thread Nicholas Marriott
\033[E and \033[F are CNL and CPL are Cursor Next Line and Cursor Previous Line which move to the first position of a line above and below, and you are correct tmux doesn't support them right now. I've added them anyway. On Thu, Dec 29, 2011 at 07:56:44AM +, Nicholas Marriott wrote: > NEL is

C-a conflict with eamcs begin of line

2011-12-29 Thread Jikai Lei
Hi, I used to use Screen, so I prefer C-a as the prefix key. In Screen, I can use C-a-a to send C-a command to emacs. But this did not work in tmux. Is there any way to have such behavior? thanks. -- Jikai Lei -- Ridicul

Re: C-a conflict with eamcs begin of line

2011-12-29 Thread Nadav Samet
Add 'bind a send-prefix" to your tmux.conf On Thu, Dec 29, 2011 at 12:05 PM, Jikai Lei wrote: > Hi, > > I used to use Screen, so I prefer C-a as the prefix key. In Screen, I can > use C-a-a to send C-a command to emacs. But this did not work in tmux. Is > there any way to have such behavior? tha

Re: C-a conflict with eamcs begin of line

2011-12-29 Thread Jikai Lei
Thanks :) On Thu, Dec 29, 2011 at 3:10 PM, Mak Kolybabi wrote: > On 2011-12-29 15:05, Jikai Lei wrote: > > I used to use Screen, so I prefer C-a as the prefix key. In Screen, I > can use > > C-a-a to send C-a command to emacs. But this did not work in tmux. Is > there > > any way to have such be

Re: C-a conflict with eamcs begin of line

2011-12-29 Thread Mak Kolybabi
On 2011-12-29 15:05, Jikai Lei wrote: > I used to use Screen, so I prefer C-a as the prefix key. In Screen, I can use > C-a-a to send C-a command to emacs. But this did not work in tmux. Is there > any way to have such behavior? The following two lines in tmux.conf will make "C-a" the prefix, and