https://github.com/arecarn/vim-spell-utils
https://github.com/arecarn/vim-spell-utils
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arecarn/vim-spell-utils
- Owner: arecarn
- Created: 2015-01-29T20:17:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T19:58:52.000Z (about 8 years ago)
- Last Synced: 2025-03-29T06:31:05.358Z (over 1 year ago)
- Language: Vim script
- Size: 20.5 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
spell-utils
===========
Usage
-----
| Mode | Key Mapping | Description |
| ---- | ----------- | --------------------------------------------------------------------------------- |
| insert | CTRL-L | Correct next misspelling forward with 1st suggestion then return to old position |
| insert | CTRL-A | Correct next misspelling backward with 1st suggestion then return to old position |
| normal | ]gs | Correct next spelling mistake forward using first suggestion |
| normal | [gs | Correct next spelling mistake backward using first suggestion |
Requirements
------------
[vim-repeat](https://github.com/tpope/vim-repeat)
Demo
----
