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 make "C-a
a" send "C-a" to the program inside the pane:

    set -g prefix "C-a"
    bind "a" send-prefix

--
Mak Kolybabi
<m...@kolybabi.com>

() ASCII Ribbon Campaign | Against HTML e-mail
/\  www.asciiribbon.org  | Against proprietary extensions


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to