single yank and multiple pastes over selection

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • substitute.nvim

    Neovim plugin introducing a new operators motions to quickly replace and exchange text.

  • I use substitute.nvim for this purpose, which adds the "substitute" verb that you can apply to a text object to paste over it (without modifying your register).

  • Vim

    The official Vim repository

  • Jan 28, 2022 - patch 8.2.4242: put in Visual mode cannot be repeated

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • mini.ai

    Neovim Lua plugin to extend and create `a`/`i` textobjects. Part of 'mini.nvim' library.

  • Also you can combine the repeat with a plugin like mini.ai to do things like suin] (substitute in next bracket), and when repeating with . you will automatically jump to the next pair of brackets and substitute there.

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