This extension will install two keyboard shortcuts:
alt+{ moves the cursor to the previous blank line
alt+} moves the cursor to the next blank line
This is a useful way for navigating files. For example, blank lines are often
what separates functions. So using these keystrokes, you can quickly hop between
functions in your source file.