On Sat, 5 Jan 2013 00:20:40 +0100
Krzysztof <k2k_ch...@o2.pl> wrote:

> I have problem in creating mapping for ';' character.
> 
> Currently I am using:
> 
>       bind-key -n M-"'"    paste-buffer
> 
> but I would like to have:
> 
>       bind-key -n M-";"    paste-buffer
> 
> I have tried also
> 
>       bind-key -n M-';'    paste-buffer
>       bind-key -n M-;      paste-buffer
> 
> But every one of those gives me 
> 
> usage: bind-key [-cnr] [-t key-table] key command [arguments]
> 
> I could not find anything in manual pages about special meaning of ;
> character
> 
> Is this a bug or I am doing something wrong.
> 
> 
Never mind ;)

bind-key -n M-\;    paste-buffer 

Fixes my issue :)

 


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to