\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
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
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
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
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