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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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.

  4. 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.

  5. 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

Did you know that Vim Script is
the 41st most popular programming language
based on number of references?