misc tweaks

This commit is contained in:
Reed Esau
2014-09-18 04:43:37 -06:00
parent ca3f7f2daf
commit 04d10a2604

View File

@@ -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