From de7bb5d122355b31a1825e4fe26d3f8d0d26d18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Tue, 9 Mar 2021 05:01:09 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 23f0d7d..fa442ae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # vim-config-beagle +## Spell Checking +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. + +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. + +Once the cursor is on the word, use z=, and Vim will suggest a list of alternatives that it thinks may be correct. \ No newline at end of file