On Sat, 5 Jan 2013 00:20:40 +0100
Krzysztof 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
Hi,
On 4 January 2013 23:20, Krzysztof 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
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