From 08d8a6c2942a4213a2ec439e89f641ddc39aa90f Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 4 Dec 2023 03:23:38 +0100 Subject: Add vim spellcheck commands --- vim.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'vim.md') diff --git a/vim.md b/vim.md index 2497e76..1799755 100644 --- a/vim.md +++ b/vim.md @@ -93,10 +93,12 @@ g - 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 -- cgit v1.2.3