From 44fde3aba72756c512b33231f1e17c3c8bc1edc3 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Mon, 13 Jan 2014 23:13:41 -0700 Subject: [PATCH] added gwip command --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 339b560..2b8b7a9 100644 --- a/README.markdown +++ b/README.markdown @@ -152,7 +152,7 @@ with autoformat disabled. Note that you need not rely on autoformat exclusively and can manually reformat paragraphs with standard Vim commands: -* `gqip` - format current paragraph +* `gqip` or `gwip` - format current paragraph * `vipJ` - unformat current paragraph * `ggVGgq` - format all paragraphs in buffer * `:%norm vipJ` - unformat all paragraphs in buffer @@ -161,7 +161,7 @@ Optionally, you can map these sequences to underutilized keys in your `.vimrc`: ```vim -nnoremap Q gqip +nnoremap Q gwip nnoremap K vipJ nnoremap Q ggVGgq nnoremap K :%norm vipJ