m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim.md b/vim.md
index f652188..049490b 100644
--- a/vim.md
+++ b/vim.md
@@ -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