Xref: utzoo comp.editors:2752 comp.unix.misc:1142 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!ukc!icdoc!sot-ecs!mrd From: mrd@ecs.soton.ac.uk (Mark Dobie) Newsgroups: comp.editors,comp.unix.misc Subject: Re: If you could have anything in vi ... Message-ID: <7214@ecs.soton.ac.uk> Date: 19 Mar 91 11:15:11 GMT References: <1991Mar18.195343.665@cs.widener.edu> Organization: University of Southampton, UK Lines: 20 In <1991Mar18.195343.665@cs.widener.edu> brendan@cs.widener.edu (Brendan Kehoe) writes: > I'm working on a "free" version of vi. It's to fully emulate the >current Berkeley-derived versions. After that, it's prettymuch a >free-for-all. > So .. what would you have added to vi, if you could? What would you >have made an option? What would you change? Well, judging by what crops up in this group repeatedly you couldn't go far wrong in providing, 1) A built in way of justifying text. 2) A more flexible way of editing several files and transferring between them. This could be as simple as a command to go to the previous file (this is provided in many ports) or maybe to select one from the list (:args style). Also, how about preserving the cut buffer between files? ... and the remembering the cursor position in the files too. Mark.