/* * ----------------------------------------------------------------- * Execution of this macro requires a license for uni-XEDIT Basic * for each concurrent user of the macro. * ----------------------------------------------------------------- * * * * prof2.xedit * * Defines synonyms for some prefix commands and sets PF2 to * perform SOS LINEADD * * * To use as an initial profile, copy this to your HOME directory * with the name ".profile.xedit" * */ 'set prefix synonym r "' /* prefix "r" for replicate (") */ 'set prefix synonym rr ""' /* block version of replicate */ 'set prefix synonym a f' /* prefix "a" for after (Rollowing) */ 'set prefix synonym b p' /* prefix "b" for before (Preceding) */ 'set PF2 only command sos lineadd'