Multiple cursors feature is equivalent of macros with live feedback

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

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
  • cool-substitute.nvim

    Simple but effective quick substitute for neovim

  • For a while now, I have been seeing discussions about the multiple cursors feature only in the context of replacing words. Especially when people mention multiple cursors in 500 bytes of Vimscript! blogpost and there is even a cool-substitute plugin (nice work btw.) in which readme we can read: "Can easily replace multiple-cursors". I don't know how all people work. The word substitution may be the primary and most common feature of MC, but it is also the least useful one. MC shines when it comes to writing small macros (for big things, I still prefer the real vim macros). I have real-time visual feedback - no more fixing or rerecording broken macros - and I can even use autocompletion during it.

  • vim-visual-multi

    Multiple cursors plugin for vim/neovim

  • For what its worth, multi-cursor already exists and is pretty damn useful

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

    A vi-like editor based on Plan 9's structural regular expressions (by martanne)

  • FWIW, true multiple cursors (and other stuff) I actually use mostly https://github.com/martanne/vis (more than actual neovim), but it is for truly hardened among us, not if you just dream about your replacement of VS Studio.

  • live-command.nvim

    Easily create previewable commands in Neovim.

  • Soon, you'll be able to preview any command such as the norm command and macros using a plugin I am working on! Still some work to do to improve the highlighting logic but it's already usable. If you're interested, check it out here: live-command.nvim. Stay tuned for a Reddit post!

  • neovim

    Vim-fork focused on extensibility and usability

  • Ah, I see. I guess I've been thinking about this, which also builds on that new command preview protocol, but only considers :normal.

  • SaaSHub

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

    SaaSHub 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

  • [video] I am done with vim

    5 projects | /r/vim | 4 Jul 2022
  • Nvim-Select-Multi-Lines: Select any line not adjacent!

    4 projects | /r/neovim | 21 Aug 2021
  • [Merged on master] nnoremap Y y$

    4 projects | /r/neovim | 15 Aug 2021
  • Vim is the #4 most loved editor with a 70% rating, according to the 2021 Stackoverflow Developer Survey (Neovim is #1, VSCode #2)

    11 projects | /r/vim | 4 Aug 2021
  • Why Neovim is My Text Editor of Choice

    2 projects | dev.to | 23 Apr 2024