mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-16 05:54:53 +02:00
Vim: Add section on spell-checking (#864)
This commit is contained in:
3
vim.md
3
vim.md
@@ -399,6 +399,7 @@ Do this in insert mode.
|
||||
|
||||
Works like `:qa`, but throws an error. Great for aborting Git commands.
|
||||
|
||||
|
||||
### Spell checking
|
||||
|
||||
| Shortcut | Description |
|
||||
@@ -408,6 +409,8 @@ Works like `:qa`, but throws an error. Great for aborting Git commands.
|
||||
| `[s` | Move to previous misspelled word before the cursor |
|
||||
| `z=` | Suggest spellings for the word under/after the cursor |
|
||||
| `zg` | Add word to spell list |
|
||||
| `zw` | Mark word as bad/mispelling |
|
||||
| `zu` / `C-X (Insert Mode)` | Suggest words for bad word under cursor from spellfile |
|
||||
{: .-shortcuts}
|
||||
|
||||
See `:help spell`
|
||||
|
||||
Reference in New Issue
Block a user