On Sun, Nov 11, 2007 at 07:29:58PM -0700, Daniel Dilts wrote: > I’m not new to Vim, but I’m having trouble even thinking of what to call > this to search the help for. I have a new (relatively speaking) copy of > Vim on my computer, and insert mode is set so that you cannot edit anything > you didn’t put into it in that insertion. I know that there is a setting to > make it so that you can then edit the entire file, rather than just what you > added, but I can’t remember what that setting is. Anybody know?
These will do it. You really only need to set backspace=start, but you'll probably want the other items also. set nocompatible set backspace=indent,eol,start -- Byron Clark
signature.asc
Description: Digital signature
-------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/mailman/listinfo/uug-list
