Ahhh there you are :-). I got your quote written on my wall ;-). -- St�phane Richard "Ada World" Webmaster http://www.adaworld.com "Preben Randhol" wrote in message news:slrnbq9qti.qu.randhol+valid_for_reply_from_news@kiuk0156.chembio.ntnu.no... > On 2003-11-02, Stephane Richard wrote: > > Agreed, who has it in his signature quote that: "Saving keystrokes is the > > job of the Editor, not of the programming langiage" ? ;-) > > Me :-) > > And now as I have a bit time I'm working on my ada-suit for vim to save > keystrokes. > > Example : Writing > > _PRC will give: > > procedure * > is > <++> > begin > <++> > end <++>; > > (* marks where the cursor will be placed. Then you hit Ctrl-J to jump to > <++> which gets removed) > > or \aps if you want the interactive version which will ask for procedure > name arguments etc... > > Shortcuts are customisable. > > Preben > -- > "Saving keystrokes is the job of the text editor, not the programming > language."