From 97cb52ef8c9afd47b380639ecc20cf954b17314d Mon Sep 17 00:00:00 2001 From: Tom McDonald Date: Tue, 10 Dec 2013 22:11:40 -0500 Subject: [PATCH] Answer some FAQs in the README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1de980..9ae2c51 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ Mappings On the first use, define the first {motion} to exchange. On the second use, define the second {motion} and perform the exchange. -The operator can also be used from visual mode. - `cxx` Like `cx`, but use the current line. @@ -21,6 +19,13 @@ Like `cx`, but use the current line. Clear any {motion} pending for exchange. +### Notes about the mappings + +* `cx` can also 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. + Example -------