jwoogerd / VintageSpell

A Sublime Text package for emulating Vi/Vim spelling keyboard shortcuts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###VintageSpell

A Sublime Text package for emulating Vi/Vim spelling keyboard shortcuts.

####Installation

Go to your Sublime Text Packages directory and clone this repository: https://github.com/jwoogerd/VintageSpell.git

####Use

z1 replaces word under the cursor with the first dictionary suggestion.
z= suggests correctly spelled words for the word under the cursor.
]s moves to the next misspelling
[s moves to the previous misspelling


This package uses Pyhunspell, a set of Python bindings for the Hunspell spellchecker engine.

About

A Sublime Text package for emulating Vi/Vim spelling keyboard shortcuts.


Languages

Language:Python 100.0%