Let's say I've got the following line: print something.thingy.whasamacallit
I'm on the last character of that line (the 't' of 'whasamacallit'). How can I completely delete 'whasamacallit'? 'db' will give: print something.thingy.t leaving the last 't'. 'dbx' will do what I want but is there a way to do it with two characters? --Rory --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Python Ireland" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.ie/group/pythonireland?hl=en -~----------~----~----~----~------~----~------~--~---
