mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Operators: mention 'tildeop'
This commit is contained in:
parent
43e3633409
commit
2cdf6a36cc
@ -327,7 +327,8 @@ Like motions, operators take a count, e.g. `2gUw` makes the rest of the current
|
|||||||
word and the next one uppercase. Since motions and operators take counts,
|
word and the next one uppercase. Since motions and operators take counts,
|
||||||
`2gU2w` works just as well and executes `gU2w` twice.
|
`2gU2w` works just as well and executes `gU2w` twice.
|
||||||
|
|
||||||
See `:h operator` for all available operators.
|
See `:h operator` for all available operators. Use `:set tildeop` to make `~`
|
||||||
|
act as an operator.
|
||||||
|
|
||||||
**Text objects** act on the surrounding area, opposed to motions that act into
|
**Text objects** act on the surrounding area, opposed to motions that act into
|
||||||
one direction. Actually they work on objects, e.g. a whole word, a whole
|
one direction. Actually they work on objects, e.g. a whole word, a whole
|
||||||
|
Loading…
x
Reference in New Issue
Block a user