# Navigating By Blank Lines

Use vim to open a file full of code (or text) that has some blank lines. Move the cursor to the middle of the file. Then start hitting `{` or `}`. You'll see that the cursor jumps from blank line to blank line.

Use `{` to jump to the closest blank line *behind* the cursor. Use `}` to jump to the closest blank line *ahead* of the cursor.

This may not seem like the most practical or obvious way to navigate, but it can help move you around a bit quicker than just tapping `k` and `j`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ploegert.gitbook.io/til/tools/vim/navigating-by-blank-lines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
