Create a generic "change inside" function

This page summarizes the projects mentioned and recommended in the original post on /r/vim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • wildfire.vim

    Smart selection of the closest text object

  • For this particular problem, the wildfire plugin does most of the heavy lifting for the user, and the enter/backspace shortcuts become terribly addictive after just a few uses.

  • vim-textobj-user

    Vim plugin: Create your own text objects

  • You could use vim-textobj-user, and define a simple regex to match what you want. I've used it for many years. It also lets you define functions for the matching, if you need more power, which it sounds like you don't.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • vim-matchup

    vim match-up: even better % :facepunch: navigate and highlight matching words :facepunch: modern matchit and matchparen. Supports both vim and neovim + tree-sitter.

  • you could also check out https://github.com/andymass/vim-matchup/ which has ci% for the things that % works on.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What are all the accepted "inner" motion arguments?

    6 projects | /r/vim | 25 Mar 2023
  • Installing argtextobj.vim

    9 projects | /r/vim | 5 Dec 2022
  • Is there a way Is there a way to combine da' and da" ?

    3 projects | /r/vim | 6 Jul 2022
  • Creating my own "motions" to delete/change/yank/visualize/... within

    3 projects | /r/vim | 17 Dec 2021
  • How do you "copy all"?

    1 project | /r/neovim | 10 Dec 2023