From 2cdf6a36cc2fa708bf55d49159a525b377f39dab Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 10 Jan 2016 14:19:05 +0100 Subject: [PATCH] Operators: mention 'tildeop' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4acb1f5..6203026 100644 --- a/README.md +++ b/README.md @@ -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, `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 one direction. Actually they work on objects, e.g. a whole word, a whole