Skip to content

Instantly share code, notes, and snippets.

@eezis
Created November 24, 2012 15:57
Show Gist options
  • Save eezis/4140265 to your computer and use it in GitHub Desktop.
Save eezis/4140265 to your computer and use it in GitHub Desktop.
Sublime Text: find the beginning of blank lines (and optionally replace)
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