From cdecdc56f938840cad250aecd58c1901f04c4d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Thu, 7 Apr 2011 10:29:03 +0200 Subject: [PATCH] Update README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 290659a..80e06e0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,23 @@ highlighted. EasyMotion is triggered by one of the provided mappings. +# Important notes about the default bindings + +The default bindings may conflict with other plugins you have installed, +e.g. Command-T. Please read the docs about the default bindings, it's +easy to rebind the EasyMotion keys or rebind the leader key in order to +"namespace" the plugin. + +You can rebind the leader key in your vimrc: + + let g:EasyMotion_leader_key = 'm' + +All the motions will now be triggered with `m` first, e.g. +`mt`, `mgE`. You can also remap single motions: + + let g:EasyMotion_mapping_t = '_t' + let g:EasyMotion_mapping_gE = '_gE' + ## Usage example Type `w` to trigger the word motion `w`. When the motion is