Re: Additional key bindings support (C-Backtick ...)

2010-04-29 Thread Nicholas Marriott
C-` generates the same sequence as C-space, bind that.


On Thu, Apr 29, 2010 at 03:57:55PM +0200, Martial Boniou wrote:
 Hi,
 
 I often use gnu screen and I would like to switch to tmux. I generally remap 
 my prefix to C-backquote (escape ^`` in my .screenrc). Is there a way to do 
 this on tmux? I am an old school typist and I easily use C-a, C-b, C-h, 
 C-w... during my xterm sessions so having the opportunities to type some 
 weird key combinations may help me not to unbind a useful Control sequence. 
 (for instance, I will map to M-A or something like that).
 I may write a short awful C hack in the tmux sources too but I don't want to 
 dive in the code yet.
 
 Regards,
 
 --
 Martial
 
 --
 ___
 tmux-users mailing list
 tmux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/tmux-users

--
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users


Re: Additional key bindings support (C-Backtick ...)

2010-04-29 Thread Martial Boniou
Thanks a lot! It works. (not the first time, I tried b/c I got the old 1.1 
version through a MacPorts install).
I complete with the line:
bind-key C-space last-window
to get most of my screen behavior back.

Good bye screen.

Cheers,

--
Martial

At Thu, 29 Apr 2010 15:10:36 +0100,
Nicholas Marriott nicholas.marri...@gmail.com wrote:
 
 C-` generates the same sequence as C-space, bind that.
 
 
 On Thu, Apr 29, 2010 at 03:57:55PM +0200, Martial Boniou wrote:
  Hi,
  
  I often use gnu screen and I would like to switch to tmux. I generally 
  remap my prefix to C-backquote (escape ^`` in my .screenrc). Is there a way 
  to do this on tmux? I am an old school typist and I easily use C-a, C-b, 
  C-h, C-w... during my xterm sessions so having the opportunities to type 
  some weird key combinations may help me not to unbind a useful Control 
  sequence. (for instance, I will map to M-A or something like that).
  I may write a short awful C hack in the tmux sources too but I don't want 
  to dive in the code yet.
  
  Regards,
  
  --
  Martial
  
  --
  ___
  tmux-users mailing list
  tmux-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/tmux-users

--
___
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users