Keyboard Macros for Setting Region Styles


The following keyboard commands enable you to stylize regions, or to change the style of the next characters you type:

You can add key bindings yourself by adding lines to your .ezinit file.

For example:

addkey "textview-insert-environment" "\033'q" textview textview inherit "quotation"
Will set the key binding for M-' q to set the quotation style.

You can substitute the name of any valid ez style for quotation, and you can set key bindings you like instead of <ESC> ' q.