diff --git a/README.md b/README.md index 2abb7c3..d4d8e33 100644 --- a/README.md +++ b/README.md @@ -291,8 +291,8 @@ since the same can be easily done using the negative N-th parameter: `-=` ### EasyAlign as Vim operator -With `(EasyAlignOperator)` map, EasyAlign command can be used as a Vim -operator that can be used with any Vim movement. +With `(EasyAlignOperator)` map, EasyAlign command becomes a Vim operator +that can be used with any Vim movement. ```vim nmap a (EasyAlignOperator) diff --git a/doc/easy_align.txt b/doc/easy_align.txt index 8de61fe..b05d503 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -231,13 +231,13 @@ the selected text in the block, instead of the whole lines in the range. EasyAlign as Vim operator *(EasyAlignOperator)* ------------------------------------------------------------------------- -With `(EasyAlignOperator)` map, EasyAlign command can be used as a Vim +With `(EasyAlignOperator)` map, EasyAlign command becomes a Vim operator that can be used with any Vim movement. nmap a (EasyAlignOperator) -Now without going into visual mode, you can align the lines in the paragraph -with "aip=", "aip*|", or "aip:". +Now without going into visual mode, you can align the lines in the +paragraph with "aip=", "aip*|", or "aip:". Alignment options