PracticalVim Tip118 - yszheda/wiki GitHub Wiki

Tip 118: Spell Check Your Work

Return to the top: <>

enabling the built-in spell checker:

Operate Vim's Spell Checker

| Command | Effect | | `]s` | Jump to next spelling error | | `[s`]| Jump to previous spelling error | | `z=` | Suggest corrections for current word | | `zg` | Add current word to spell file | | `zw` | Remove current word from spell file | | `zug` | Revert `zg` or `zw` command for current word |

  • `{count}z=`: skip the prompt and use the {count}th suggestion.

References:

⚠️ **GitHub.com Fallback** ⚠️