ideavim icon indicating copy to clipboard operation
ideavim copied to clipboard

Implement motions to go to next/previous misspelled word

Open chylex opened this issue 1 year ago • 0 comments

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.

chylex avatar Jan 24 '24 23:01 chylex