Hi,

On 4 January 2013 23:20, 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]

You missed the most obvious:

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

-- Thomas Adam

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