Hacker News new | ask | show | jobs
by adventureloop 4534 days ago
I started using vi mode recently. The only thing that I really miss are ci and di commands.
1 comments

ci and di aren't commands. c and d are operators and the i is part of the motion--specifically, text objects.