How can I do delete in commas, change inside periods? Basically treating periods and commas like quotation, etc.

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
  • argtextobj.vim

    Text-object like motion for arguments

  • As /u/Schnarfman suggested, you can use a custom text object - something like argtextobj.vim, which adds the a argument text object, so from (cursor is I)

  • vim-textobj-between

    Text objects for a range between a character.

  • I use vim-textobj-between which is similar to targets' separator, but works for any pair of characters. I map it to im/am since that's what the vim PR to add the same functionality uses.

  • 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

    The official Vim repository

  • I use vim-textobj-between which is similar to targets' separator, but works for any pair of characters. I map it to im/am since that's what the vim PR to add the same functionality uses.

  • sideways.vim

    A Vim plugin to move function arguments (and other delimited-by-something items) left and right.

  • For argument lists, check out sideways.vim which is smart enough to shift arguments around instead of only selecting them.

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

  • "vi," to select text between comma

    1 project | /r/neovim | 15 Jun 2023
  • Swapping words

    2 projects | /r/vim | 14 Nov 2022
  • Swap any 2 comma separated selected WORDS

    2 projects | /r/vim | 24 Sep 2022
  • Features I miss from Jetbrains IDEs

    3 projects | /r/neovim | 5 Sep 2022
  • How to insert text before end of a quote/brackets?

    1 project | /r/vim | 16 Aug 2022