aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Le <solnovus@gmail.com>2011-05-04 10:21:35 -0700
committerKevin Le <solnovus@gmail.com>2011-05-04 10:21:35 -0700
commit373bef96d48343013d218cef0e9864ad98da6387 (patch)
tree3a1f81eda41c0946f1e76fff41a94537f321a161
parent83b661e864059c980f62815aa45883cdfb8e801a (diff)
parentbb364fe7d25e7753545810eaf00ce7a50aa522fc (diff)
Merge pull request #1 from acustodioo/master.
add example
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
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
``<Plug>CamelCaseMotion_?`` mapping targets _before_ sourcing this script (e.g. in
your .vimrc).
+**Example**: Use 'W', 'B' and 'E'::
+
+ map <S-W> <Plug>CamelCaseMotion_w
+ map <S-B> <Plug>CamelCaseMotion_b
+ map <S-E> <Plug>CamelCaseMotion_e
+
**Example**: Replace the default 'w', 'b' and 'e' mappings instead of defining
additional mappings',w', ',b' and ',e'::