ideavim
ideavim copied to clipboard
Implement motions to go to next/previous misspelled word
Fixes part of https://youtrack.jetbrains.com/issue/VIM-330/Need-better-spell-checker-integration.
Implements [s and ]s motions using IntelliJ's "Typo" inspection. Supports NVO modes, count, and multicursor, though I don't have spell checking in my vim so I'm not 100% sure if the behavior matches.