vim-textobj-verbatimstring is a Vim plugin to provide text objects (a@
and i@
by default) to select a verbatim string.
// a@
@"abc""def"
<--------->
// i@
@"abc""def"
<------>
This is an example of installation using vim-plug.
Plug 'rbtnn/vim-textobj-verbatimstring'
Plug 'kana/vim-textobj-user'
Distributed under MIT License. See LICENSE.