diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-08-12 21:30:15 -0700 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-08-12 21:30:15 -0700 |
commit | ee064a23ce75cac05bc18bbaee17601633fd8fd3 (patch) | |
tree | 45c73829785dfe7ef191b51b7acc60e37fd39166 | |
parent | ecbe5aabea239584953baf4f379f79241d0ba7f2 (diff) |
Add spellcheck basics
-rw-r--r-- | vim.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -53,3 +53,9 @@ g<c-a/x> - increment/decrement by 1 more on each selected line :%!xxd :%!xxd -r + +## Spellcheck + + :setlocal spell spelllang=en_us + [/]s - previous/next marked word + [/]S - previous/next bad word |