aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKevin Le <solnovus@gmail.com>2015-11-16 19:00:40 -0800
committerKevin Le <solnovus@gmail.com>2015-11-16 19:15:53 -0800
commitc27b437ca0f9a270fa6a9aeb6b882e47628c053b (patch)
tree995b9b1d7cd5f1b3d01b359ce914f628db620e36 /README.rst
parent4f84501c59f4e77890abaa1d578eda8b39b45afa (diff)
support the 'ge' motion
fixes #11
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::