aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41fde27..855b8be 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,12 @@ To use the default mappings, add the following to your vimrc:
call camelcasemotion#CreateMotionMappings('<leader>')
```
+To override the default motionkeys with this plugin, use
+
+```vim
+call camelcasemotion#CreateMotionMappings('<silent>')
+```
+
If you want to use different mappings, map your keys to the
<Plug>CamelCaseMotion_? mapping targets your vimrc).