Using Template Accelerators

To expand an accelerator, type the accelerator keyword in the jEdit text area and select Plugins> Templates> Expand Accelerator. Alternatively, you can map the Expand Accelerator action to a shortcut and expand accelerators by keystroke. The plugin searches for the keyword from the current caret position in the textarea backwards to first whitespace character. So if you execute Expand Accelerator on:

    ... firstLoop: for|
    

where '|' is the current caret position, the plugin will attempt to find an accelerator with the keyword for for the current edit mode.