From c83bfb20bca810c795a8f2b9bbe9b7473fb1fbf8 Mon Sep 17 00:00:00 2001 From: Tom McDonald Date: Sun, 27 Apr 2014 10:31:37 -0400 Subject: [PATCH] Clearly explain Visual mode mapping in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ec8d4d..8dc69d4 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,16 @@ define the second {motion} and perform the exchange. Like `cx`, but use the current line. +`X` + +Like `cx`, but for Visual mode. + `cxc` Clear any {motion} pending for exchange. ### Some notes -* `X` can be used from visual mode, which is sometimes easier than coming - up with the right {motion} * If you're using the same motion again (e.g. exchanging two words using `cxiw`), you can use `.` the second time. * If one region is fully contained within the other, it will replace the