* Alex Kleider <[email protected]> [2015-08-10 11:26]: > On 2015-08-10 08:33, David Rock wrote: > > > You might want to add softtabstop as well. > > set softtabstop=4 > > > > It's very handy for allowing the delete key to go back TAB number of > > spaces (ie, deletes those 4 spaces you just inserted). > > I got it working but the key needs to be the 'backspace' key, not the > 'delete' key. > Either way, very handy (replacing the need to use CTRL-D.)
Yeah, BS is more accurate (although BS says Delete on my keyboard). Gotta love consistency :-) -- David Rock [email protected] _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
