Add documentation for cxx

This commit is contained in:
Tom McDonald 2013-12-09 20:59:35 -05:00
parent 9aa477fa96
commit 377e890242
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,10 @@ 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.
`cxx`
Like `cx`, but use the current line.
`cxc` `cxc`
Clear any {motion} pending for exchange. Clear any {motion} pending for exchange.

View File

@ -23,6 +23,9 @@ cx{motion} Used in pairs.
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|
*cxx* *exchange-define-line*
cxx Like |cx|, but for the current line. |linewise|
*cxc* *exchange-clear* *cxc* *exchange-clear*
cxc Clear any defined region of text (previously defined cxc Clear any defined region of text (previously defined
by a |cx| command) by a |cx| command)