From bb364fe7d25e7753545810eaf00ce7a50aa522fc Mon Sep 17 00:00:00 2001 From: acustodioo Date: Wed, 4 May 2011 08:28:57 -0300 Subject: add example --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index deaffab..a10aaea 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,12 @@ If you want to use different mappings, map your keys to the ``CamelCaseMotion_?`` mapping targets _before_ sourcing this script (e.g. in your .vimrc). +**Example**: Use 'W', 'B' and 'E':: + + map CamelCaseMotion_w + map CamelCaseMotion_b + map CamelCaseMotion_e + **Example**: Replace the default 'w', 'b' and 'e' mappings instead of defining additional mappings',w', ',b' and ',e':: -- cgit v1.1