aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index a10aaea..4e67fd8 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ operator-pending and visual mode. Analog to that, this script defines inner
Usage
======
-Use the new motions',w',',b' and ',e' in normal mode, operator-pending mode (cp.
+Use the new motions ',w', ',b' and ',e' in normal mode, operator-pending mode (cp.
:help operator), and visual mode. For example, type 'bc,w' to change 'Camel' in
'CamelCase' to something else.
@@ -102,7 +102,7 @@ your .vimrc).
map <S-E> <Plug>CamelCaseMotion_e
**Example**: Replace the default 'w', 'b' and 'e' mappings instead of defining
-additional mappings',w', ',b' and ',e'::
+additional mappings ',w', ',b' and ',e'::
map <silent> w <Plug>CamelCaseMotion_w
map <silent> b <Plug>CamelCaseMotion_b