Nvim-Select-Multi-Lines: Select any line not adjacent!

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
  • nvim-select-multi-line

    Neovim plugin. select multiple lines that are not adjacent.

  • vim-visual-multi

    Multiple cursors plugin for vim/neovim

  • What's the advantage over vim-visual-multi?

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

    Vim-fork focused on extensibility and usability

  • If there was something like https://github.com/neovim/neovim/issues/8457 (try vis to see what I am talking about, but vis is very bare in terms of plugins, missing LSP, highlighting for most languages, etc.), so that multiple operations can be combined, e.g.: :x g/^foo/ v/bar$/ x/[0-9]+/ d i.e., select all lines, from these select just those starting with "foo`, from those just those ending with "bar", then select just numbers in these lines, and delete them. And it is possible to run it one line, or one command at the time, so you see what you have selected.

  • vis

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

  • If there was something like https://github.com/neovim/neovim/issues/8457 (try vis to see what I am talking about, but vis is very bare in terms of plugins, missing LSP, highlighting for most languages, etc.), so that multiple operations can be combined, e.g.: :x g/^foo/ v/bar$/ x/[0-9]+/ d i.e., select all lines, from these select just those starting with "foo`, from those just those ending with "bar", then select just numbers in these lines, and delete them. And it is possible to run it one line, or one command at the time, so you see what you have selected.

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

  • Multiple cursors feature is equivalent of macros with live feedback

    5 projects | /r/neovim | 15 Aug 2022
  • [video] I am done with vim

    5 projects | /r/vim | 4 Jul 2022
  • [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
  • Neovim v0.10.0

    1 project | news.ycombinator.com | 16 May 2024