An open API service indexing awesome lists of open source software.

https://github.com/arecarn/vim-spell-utils


https://github.com/arecarn/vim-spell-utils

Last synced: over 1 year ago
JSON representation

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
----
![demo](https://cloud.githubusercontent.com/assets/2142684/7647220/cf454026-fa85-11e4-8d9a-4c754b9f394b.gif)