Files
til/vim/jump-to-the-next-misspelling.md
T

8 lines
269 B
Markdown

# Jump To The Next Misspelling
If spelling is turned on (`:set spell`), you can jump back and forth between
words that are misspelled. To jump to the next misspelling, hit `]s`. To
jump to the previous misspelling, hit `[s`.
See `:h ]s` and `:h [s` for more details.