From f7213f30f3d44ffd6bb6a47f62b5ec3b4bc031c9 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 22 Dec 2013 15:19:58 +0900 Subject: [PATCH] Update README - Changed maps to LiveEasyAlign --- README.md | 4 ++-- doc/easy_align.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15abdf4..2a95c27 100644 --- a/README.md +++ b/README.md @@ -253,8 +253,8 @@ the same parameters as `:EasyAlign`. I suggest you define mappings such as follows in addition to the ones for `:EasyAlign` command. ```vim -vmap (LiveEasyAlign) -nmap A (LiveEasyAlign) +vmap (LiveEasyAlign) +nmap a (LiveEasyAlign) ``` In live interactive mode, you have to type in the same delimiter (or `CTRL-X` on diff --git a/doc/easy_align.txt b/doc/easy_align.txt index d1e9278..6902aca 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -1,4 +1,4 @@ -easy-align.txt vim-easy-align Last change: December 11 2013 +easy-align.txt vim-easy-align Last change: December 22 2013 VIM-EASY-ALIGN - TABLE OF CONTENTS *easyalign* *easy-align* *easy-align-toc* ============================================================================== @@ -339,8 +339,8 @@ follows in addition to the ones for `:EasyAlign` command. *(LiveEasyAlign)* > - vmap (LiveEasyAlign) - nmap A (LiveEasyAlign) + vmap (LiveEasyAlign) + nmap a (LiveEasyAlign) < In live interactive mode, you have to type in the same delimiter (or CTRL-X on regular expression) again to finalize the alignment. This allows you to preview