aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 56c84b9..6b59931 100644
--- a/README.rst
+++ b/README.rst
@@ -128,9 +128,11 @@ additional mappings '<leader>w', '<leader>b' and '<leader>e'::
map <silent> w <Plug>CamelCaseMotion_w
map <silent> b <Plug>CamelCaseMotion_b
map <silent> e <Plug>CamelCaseMotion_e
+ map <silent> ge <Plug>CamelCaseMotion_e
sunmap w
sunmap b
sunmap e
+ sunmap ge
**Example**: Replace default 'iw' text-object and define 'ib' and 'ie'
motions::