Skip to content

Extend builtin behavior of vim's <in> "i" and <around> "a" operators

Notifications You must be signed in to change notification settings

yomotherboard/do-more-in.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

do-more-in.vim

Jump to the next or previous occurance of <open_delimeter>...<close_delimeter> when using in and around commands such as ci".

For example, with this plugin, if ci" is used outside of a set of quotes it will:

  1. Attempt to jump forward in the line to find a quoted string to act upon
  2. Attempt to jump backward in the line to find a quoted string to act upon
  3. Find the next quoted string in the file and act upon that

supported features

modes supported:

  • change
  • delete
  • yank
  • visual

delimeters supported:

  • ```
  • '
  • "
  • ()
  • {}
  • []

About

Extend builtin behavior of vim's <in> "i" and <around> "a" operators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published