You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
561 B

4 years ago
  1. # vim-config-beagle
  2. ## Spell Checking
  3. Spell checking wouldn’t be very useful if you didn’t have any help correcting the misspelled words, or a way to tell the program that the word is actually correct. Let’s start with correcting words.
  4. To move to a misspelled word, use ]s and [s. The ]s command will move the cursor to the next misspelled word, the [s command will move the cursor back through the buffer to previous misspelled words.
  5. Once the cursor is on the word, use z=, and Vim will suggest a list of alternatives that it thinks may be correct.