jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] ` double press


Hi Peter,

On 09/23/2011 02:34 PM, Peter Bengtsson wrote:
> Why do I have to press the backtick ( ` ) key twice every time in jed? 
> Quite annoying when writing a reStructuredText document.

By default, "`" is bound to the quoted_insert function, i.e., the first
` inserts the second ` (just as any other character) literally.

You can use
  setkey("self_insert_cmd", "`");
if you want to have the backtick inserted itself.

Cheers,

Manfred
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2011 date index] [2011 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]