mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-13 20:33:46 -05:00
misc tweaks
This commit is contained in:
@@ -109,6 +109,8 @@ augroup pencil
|
|||||||
augroup END
|
augroup END
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For other prose-oriented plugins, see [See also](#see-also) below.
|
||||||
|
|
||||||
For more details, see [Advanced initialization](#advanced-initialization)
|
For more details, see [Advanced initialization](#advanced-initialization)
|
||||||
below.
|
below.
|
||||||
|
|
||||||
@@ -200,7 +202,7 @@ Note that you need not rely on autoformat exclusively and can manually
|
|||||||
reformat paragraphs with standard Vim commands:
|
reformat paragraphs with standard Vim commands:
|
||||||
|
|
||||||
* `gqip` or `gwip` - format current paragraph
|
* `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
|
* `ggVGgq` or `:g/^/norm gqq` - format all paragraphs in buffer
|
||||||
* `:%norm vipJ` - unformat all paragraphs in buffer
|
* `:%norm vipJ` - unformat all paragraphs in buffer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user