in reply to Making Vim word objects include sigils

Not exactly a Perl issue, but using upper case W (for a whitespace delimited 'WORD') will do what you want, e.g. yiW

  • Comment on Re: Making Vim word objects include sigils

Replies are listed 'Best First'.
Re^2: Making Vim word objects include sigils
by PlanetJelly (Initiate) on Sep 26, 2014 at 17:21 UTC
    Thanks!