Add support for `ci|` and `da|` (seleting text inside pipes)

Viewed 334

I often use commands like ci( and di{ when editing source code.

Parameters in Ruby blocks are contained inside pipe characters, like |a, b|

Is it possible to extend this behavior to add support for |, so that commands like ci|, da| and yi| work properly?

2 Answers
Related