aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-06-29 13:41:21 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-06-29 13:41:21 +0200
commitdbf66cf6d66f6716b72c6f683624ad694c0b8d41 (patch)
treed446d86a3f4bffa026068833d40a267b4ad4fbb7
parent71e8ed91715280d02e3f3684ad1e1d8bc4479867 (diff)
Expand the readme with info to override all default motion mappingsHEADmaster
-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).