Created
August 1, 2013 19:08
-
-
Save dylan-k/6134265 to your computer and use it in GitHub Desktop.
Sublime Text 2: How to delete blank/empty lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Select the text | |
Press Ctrl + H (or click Find->Replace) | |
Make sure you have selected 'regular expression' (press Alt + R) | |
Find what: ^\n | |
Replace With: (nothing, leave in blank) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment