On Wednesday 03 July 2002 11:40 pm, [EMAIL PROTECTED] wrote: > But the job is done, only you have to go to command mode, in edit mode vim > shows: > <F2>. Alas ! If I could press <F2> in edit mode and save the document. > Off-course I am NOT complaining, only a wish list item :-)
Try this to save and quit while in edit mode itself (using the Thaths notation): imap <ctl-v><F2> <space><ctl-v><ctl-[> <:w!q><ctrl-v><enter> (imap - a mapping that works in insert mode) Binand ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
