From: "Christian J. Robinson" <[EMAIL PROTECTED]> Subject: Re: delete lines Date: Thu, 10 Aug 2006 12:00:45 -0600 (MDT)
Hi, > Today (Thu, 10 Aug 2006), Ben lemasurier wrote: > > > And then I decide that I want to remove $blah2, so I start to press > > backspace from here: > > > > fucntion foo() { > > $blah; > > $blah2; <----- cursor here > > } > > > > and then when I get to the beginning of the line, it stops. Can I > > make it so that it will follow up to the end of $blah on the > > previous line? > > Try ":set backspace+=eol" -- see ":help 'backspace'". > > - Christian > > -- > "They that can give up essential liberty to obtain a little temporary > safety deserve neither liberty nor safety." -- Ben Franklin > Christian J. Robinson <[EMAIL PROTECTED]> http://infynity.spodzone.com/ > PGP keys: 0x893B0EAF / 0xFB698360 http://infynity.spodzone.com/pgp > is it also possible to enable the backspace key in normal mode -- the delete key is working in normal, so why should I miss the backspace key ? :) mcc