diff --git a/README.markdown b/README.markdown index ac5fb3e..ab54744 100644 --- a/README.markdown +++ b/README.markdown @@ -64,15 +64,19 @@ there’s a conflict, your correction will prevail. ### Correct previous misspelling -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: +To augment _litecorrect_ you may find the following command useful. +It forces the top-ranked correction on the first misspelled word +before the cursor. + +Add to your `.vimrc` with a key mapping of your choice: ```vim nnoremap [s1z= inoremap u[s1z=`]Au ``` -This will preserve undo points. +It generates a fresh undo point prior to the correction so +that you can conveniently undo if necessary. Note that _litecorrect_ does not map any keys.