From 502a6218a87257d05dc6f4f461a32efadea4216e Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sun, 21 Sep 2014 05:42:46 -0600 Subject: [PATCH] Update README.markdown --- README.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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.