Changing the copy buffer of yank and delete word

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-ReplaceWithRegister

    Replace text with the contents of a register.

  • If you don't mind using plugins, take a look at vim-replace-with-register, which is designed to solve exactly this problem. It gives you a command, mapped to gr by default, which replaces the following text object with the contents of a register. So you can delete a word (daw), then move to a different word and replace it with the contents of the default register (graw).

  • vim-cutlass

    Plugin that adds a 'cut' operation separate from 'delete'

  • Or vim-cutlass - maybe extreme for a purist but it fits my mental model perfectly by making other operations (c cc d dd etc) delete to black hole and giving a new one for cut (eg m) - https://github.com/svermeulen/vim-cutlass

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

  • Clipboard issue

    1 project | /r/neovim | 28 Jan 2022
  • How can I make spacemacs' evil mode not affect yank when using delete?

    1 project | /r/spacemacs | 6 Oct 2021
  • looking for a plugin

    2 projects | /r/vim | 12 Sep 2021
  • Is there a way to NOT save text into register, when doing change (cw, cc) commands?

    1 project | /r/neovim | 22 Jul 2021
  • Request: Only replace default register if what you deleted/cut has content.

    1 project | /r/vim | 2 Jul 2021