diff --git a/README.markdown b/README.markdown index 50c1fe1..662e158 100644 --- a/README.markdown +++ b/README.markdown @@ -109,6 +109,8 @@ augroup pencil augroup END ``` +For other prose-oriented plugins, see [See also](#see-also) below. + For more details, see [Advanced initialization](#advanced-initialization) below. @@ -200,7 +202,7 @@ Note that you need not rely on autoformat exclusively and can manually reformat paragraphs with standard Vim commands: * `gqip` or `gwip` - format current paragraph -* `vipJ` - unformat current paragraph +* `vipJ` - unformat (i.e., join all lines with hard line breaks) in current paragraph * `ggVGgq` or `:g/^/norm gqq` - format all paragraphs in buffer * `:%norm vipJ` - unformat all paragraphs in buffer