What is the best vim motion alternative for this kind of text 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
  • yanki.nvim

    Copypasta plugin

  • I created a plugin today that can help with this. You basicall just select the lines and then do :norm yi" After that you have all the texts in a yank history. I think I'll add a command to paste the whole history in one go, that would then basically be what you need to do here. Unfortunately the plugin is currently just a beta but I would be happy if you give it a try. https://github.com/RomanoZumbe/yanki.nvim

  • vim-visual-multi

    Multiple cursors plugin for vim/neovim

  • vim-visual-multi has similar motions: in my mapping I go: ctrl+arrow_down > tab to enter selection mode > e to end of word -> y Although the pasting needs to be done to a block. Pasting to new document is ok though

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