On a related note, my three favourite editing commands are:
- Ctrl+L: expandSelectionTo line (Just generally handy)
- Ctrl+Shift+L: splitSelectionIntoLines (Great for manipulating blocks of text without having to fiddle with regexes)
- F9: sortSelection (Not often used, but fun when sorting comma separated lists, for example)