Re: Help in maping ';' character

2013-01-04 Thread Krzysztof
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

Re: Help in maping ';' character

2013-01-04 Thread Thomas Adam
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

Help in maping ';' character

2013-01-04 Thread Krzysztof
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