Possible Duplicate:
Writing a vim function to insert a block of static text
How can i add multi line abbreviations in vi editor ?
I am using vi from ssh terminal.
if i type "head " the vi should replace "head" with 2 line sentence in the format as shown below
MAINTENANCE HISTORY
DATE AUTHOR AND DETAILS
Thanks.