Or record a macro à la
-go to begin of line -search for \S -deselect by pressing arrow left
macro: ⌘⇠ ⌘F (search for: \S regexp ticked; all others unticked) ←
this should work for all lines whose length is greater than 1 and it should be much faster
Cheers,
--Hans