diff --git a/vim/navigating-by-blank-lines.md b/vim/navigating-by-blank-lines.md index 51da148..8103d3f 100644 --- a/vim/navigating-by-blank-lines.md +++ b/vim/navigating-by-blank-lines.md @@ -7,5 +7,5 @@ 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 around, -but can help move you around a bit quicker than tapping `k` and `j`. +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`.