Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 284 Bytes

jump-to-the-first-non-blank-character.md

File metadata and controls

5 lines (3 loc) · 284 Bytes

Jump to the First Non-Blank Character

With Vim you can jump down any n amount of lines with n + j, and back up with n + k.

An alternate command is n + +, which jumps down to the first non-blank character, and n + -, which jumps back up to the first non-blank character.