From ab4b72addfd05c49c87ab244dcd47342a58bf62c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 10 Oct 2013 12:55:00 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52a9d2c..37023a7 100644 --- a/README.md +++ b/README.md @@ -636,7 +636,7 @@ endfunction nnoremap : :set opfunc=easy_align_1st_colong@ ``` -Now without going into Visual mode, you can align text in the paragraph +Now without going into visual mode, you can align the lines in the paragraph by `=ip` or `:ip`. Advanced examples and use cases