From 0aa6289d8cb65d755f87adbe1e4b22233c0a0995 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 8 Jun 2014 00:36:07 +0900 Subject: [PATCH] Update EXAMPLES.md --- EXAMPLES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index d21ec32..d7dd685 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -3,10 +3,14 @@ vim-easy-align examples Open this document in your Vim and try it yourself. -This document assumes that you have defined the following mapping. +This document assumes that you have defined the following mappings. ```vim -vnoremap :EasyAlign +" Start interactive EasyAlign in visual mode (e.g. vip) +vmap (EasyAlign) + +" Start interactive EasyAlign for a motion/text object (e.g. aip) +nmap a (EasyAlign) ``` To enable syntax highlighting in the code blocks, define and call the following