Mention use of visual mode in help and README

This commit is contained in:
Tom McDonald 2013-12-10 12:48:57 -05:00
parent ba97b9900b
commit 9b3e64c704
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ Mappings
On the first use, define the first {motion} to exchange. On the second use, On the first use, define the first {motion} to exchange. On the second use,
define the second {motion} and perform the exchange. define the second {motion} and perform the exchange.
The operator can also be used from visual mode.
`cxx` `cxx`
Like `cx`, but use the current line. Like `cx`, but use the current line.

View File

@ -20,6 +20,7 @@ cx{motion} Used in pairs.
exchanged. Any valid {motion} can be used. exchanged. Any valid {motion} can be used.
SECOND USE: define the second region of text and SECOND USE: define the second region of text and
perform the exchange. perform the exchange.
Can also be used in |visual-mode|.
Note: If a region was defined accidentally, it can Note: If a region was defined accidentally, it can
be cleared with |cxc| be cleared with |cxc|