How can i swap words ?

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
  • vim-exchange

    Easy text exchange operator for Vim

  • One of the most elegant way I know is the operator provided by https://github.com/tommcdo/vim-exchange. Here is a classic VimCast describing its use: http://vimcasts.org/episodes/swapping-two-regions-of-text-with-exchange-vim/

  • targets.vim

    Vim plugin that provides additional text objects

  • Vim exchange is lovely for working with arguments, especially if you use another plugin like https://github.com/wellle/targets.vim that defines an argument text object. cxia, move to the other arg you want to swap however you like, . to repeat the command, shazam.

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

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

  • But there's also another "classic" plugin just for this use case: https://github.com/AndrewRadev/sideways.vim I've never used it though, so can't comment on its use, but it looks pretty good.

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

  • anyone know an elegant way to swap the orders of two parameters in a function call? foo(bar, baz) becomes foo(baz, bar)

    6 projects | /r/vim | 4 Jun 2021
  • move function arguments on multiple lines

    3 projects | /r/vim | 14 Jan 2021
  • Is there a shorcut to select words in quotes including the quotes?

    1 project | /r/vim | 25 May 2023
  • Text-object selection works forward, but not backwards, and I'm curious about that

    1 project | /r/vim | 28 Mar 2023
  • Why does ci" work from elsewhere on a line, but it doesn't for ci[ , ci{ ?

    1 project | /r/vim | 14 Sep 2022