From dbf66cf6d66f6716b72c6f683624ad694c0b8d41 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 29 Jun 2017 13:41:21 +0200 Subject: Expand the readme with info to override all default motion mappings --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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('') ``` +To override the default motionkeys with this plugin, use + +```vim +call camelcasemotion#CreateMotionMappings('') +``` + If you want to use different mappings, map your keys to the CamelCaseMotion_? mapping targets your vimrc). -- cgit v1.1