m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/vim.md
diff options
context:
space:
mode:
Diffstat (limited to 'vim.md')
-rw-r--r--vim.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/vim.md b/vim.md
index 2497e76..1799755 100644
--- a/vim.md
+++ b/vim.md
@@ -93,10 +93,12 @@ g<c-a/x> - increment/decrement by 1 more on each selected line
## Spellcheck
- :setlocal spell spelllang=en_us
- [/]s - previous/next marked word
- [/]S - previous/next bad word
- z= - replacement suggestions
+* `:setlocal spell spelllang=en_us`: start English spell checker in current pane
+* `[/]s`: previous/next marked word
+* `[/]S`: previous/next bad word
+* `z=`: replacement suggestions
+* `z[u]g`: add/remove from dictionary
+* `z[u]w`: add/remove from wrong word list
## Formatting