Skip to content
Vim Learn
Learn/

Paragraph Jumps

20 / 51

Vertical Navigation

Paragraph Jumps

Cross blank-line-separated blocks with braces.

Paragraph motions treat blank lines as structural boundaries. In code they are useful for moving between logical groups of statements.

Use {, and } in the editor beside this lesson. The challenge proves it once; Practice is a timed run against the clock.

Keys in this lesson

{
Jump back to the previous blank line
}
Jump forward to the next blank line
All 91 keys →

Practice against the clock.

The challenge proves completion once. Practice is a timed run of 15 goals — beat par, then beat your own best time. Every completed goal saves locally.

}

Jump to the next paragraph with }.