diff --git a/README.markdown b/README.markdown index 69d70ad..ac5fb3e 100644 --- a/README.markdown +++ b/README.markdown @@ -64,14 +64,17 @@ there’s a conflict, your correction will prevail. ### Correct previous misspelling -Via [Ingo Karkat on Stack Overflow][ik], a command to force the top -correction on the previous misspelling. Add to your `.vimrc`: +A handy command to force the top correction on the first misspelled word before +the cursor. Add to your `.vimrc` with a key mapping of your choice: ```vim -inoremap [s1z=gi +nnoremap [s1z= +inoremap u[s1z=`]Au ``` -[ik]: http://stackoverflow.com/a/14602013 +This will preserve undo points. + +Note that _litecorrect_ does not map any keys. ### Typographic characters