On Wednesday, 2012-08-08, at 15:13:55 +0200, LEVAI Daniel wrote: > On sze, aug 08, 2012 at 09:09:42 -0300, Tiago Resende wrote: > > When you change your prefix key, tmux doesn't automatically bind it to > > send-prefix, so you have to do it yourself. For example: > > This is confusing and useless in my case: > > > set -g prefix C-a > > bind-key C-a send-prefix > > After this, both CTRL+b+b and CTRL+a+a sends ^B to my terminal. So still > no ^A.
Sorry, I misread your message, thought you were only changing the prefix key to C-a. Nicholas' reply is the correct one. You just need: set -g prefix2 C-a bind-key C-a send-prefix -2 which will add you second prefix and keep the first one, and make ^B^B send ^B and ^A^A send ^A. Sorry for the confusion! > btw, why not reply to the list? I just hit reply and the To: field defaulted to your e-mail address. This is the only list I subscribe to where this happens, so I tend to forget to change it back to the list's address. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users