Training plan › Motion
Big jumps
Go to a line, paragraphs, brackets and half a page.
In long files you don't go down with j: you jump. :25 goes to line 25, } and { jump between blocks separated by blank lines, % jumps to the bracket matching the one under the cursor. Ctrl+d and Ctrl+u move half a page down and up.
6 steps · 5 min · 70 XP
- Go to a line
- Next block: }
- Previous block: {
- Matching bracket: %
- Half page down: Ctrl+d
- Half page up: Ctrl+u