diff options
author | Randy Palamar <palamar@ualberta.ca> | 2023-04-19 22:39:52 -0600 |
---|---|---|
committer | Randy Palamar <palamar@ualberta.ca> | 2023-04-19 22:52:52 -0600 |
commit | 775fe52abb7575590a3a172e884e52566d4f6023 (patch) | |
tree | bd1e547918c9d6c77242099206f80dbaa720177c /Readme.md | |
parent | 0e6c04945b6ce920bbd074e61949de62f1b41763 (diff) | |
download | vis-spellcheck-775fe52abb7575590a3a172e884e52566d4f6023.tar.gz |
add keybind to add word to user dictionary
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ A spellchecking lua plugin for the [vis editor](https://github.com/martanne/vis) + To toggle highlighting press `<F7>` in normal mode. + To correct the word under the cursor press `<Ctrl+w>w` in normal mode. + To ignore the word under the cursor press `<Ctrl+w>i` in normal mode. ++ To add the word under the cursor to the user dictionary press '<Ctrl+w>a' in normal mode. ## Configuration |