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