aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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'::