Skip to content

vim-textobj-verbatimstring is a Vim plugin to provide text objects (a@ and i@ by default) to select a verbatim string.

License

Notifications You must be signed in to change notification settings

rbtnn/vim-textobj-verbatimstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

vim-textobj-verbatimstring is a Vim plugin to provide text objects (a@ and i@ by default) to select a verbatim string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published