Showing posts with label remove spaces. Show all posts
Showing posts with label remove spaces. Show all posts

Wednesday, February 8, 2017

remove extra lines spaces in sublime

Select the text

Press:

Ctrl + H on PC, or
Command + Alt + F on Mac or
Click Find->Replace.

Make sure you have selected 'regular expression' by pressing:

          Alt + R on PC or
    Command + Alt + R or
    Click .* in the Find box.


Find what: ^\n

Replace With: (nothing, leave in blank).