Clearly explain Visual mode mapping in README
This commit is contained in:
parent
72d9f0a3cf
commit
c83bfb20bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user