Home

Awesome

vim-textobj-verbatimstring

vim neovim

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"
  <------>

Installation

This is an example of installation using vim-plug.

Plug 'rbtnn/vim-textobj-verbatimstring'
Plug 'kana/vim-textobj-user'

Requirements

License

Distributed under MIT License. See LICENSE.