Created
November 24, 2012 15:57
-
-
Save eezis/4140265 to your computer and use it in GitHub Desktop.
Sublime Text: find the beginning of blank lines (and optionally replace)
This file contains 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
find: ^\n <- select the far left button that toggles regex [.*] | |
replace: <p>\n | |
tags: Sublime Text 2, find blank lines, replace blank lines |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment