diff options
author | Patrick Spek <p.spek@tyil.nl> | 2017-06-29 13:41:21 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2017-06-29 13:41:21 +0200 |
commit | dbf66cf6d66f6716b72c6f683624ad694c0b8d41 (patch) | |
tree | d446d86a3f4bffa026068833d40a267b4ad4fbb7 | |
parent | 71e8ed91715280d02e3f3684ad1e1d8bc4479867 (diff) | |
download | camelcasemotion-dbf66cf6d66f6716b72c6f683624ad694c0b8d41.tar.gz camelcasemotion-dbf66cf6d66f6716b72c6f683624ad694c0b8d41.tar.bz2 |
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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). |