Does the Neovim team have any plan to develop "User Custom Modes"

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

    Vim-fork focused on extensibility and usability

  • https://github.com/neovim/neovim/issues/16313 (relevant comment: https://github.com/neovim/neovim/issues/16263#issuecomment-963083127 )

  • nvim-libmodal

    Create new "modes" for Neovim!

  • My implementation of submodes (nvim-libmodal) has a feature called "layers". If you want to maintain your :normal or :insert mode mappings (such as a remapped d), but also create a new set of keymaps that can be revoked at any time, you can use a layer.

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

    A rewrite of Iron-E/vim-tabmode using Iron-E/nvim-libmodal

  • I use this feature right now, and it simplifies a lot. I use t to open tabmode so I can create or destroy tabs easily. b, which I use more often, opens bufmode so I can switch the buffer in the current window, or delete it while preserving my layout. gs allows me to swap delimited items using hjkl. w is for visually switching between open splits. Etc etc

  • nvim-bufmode

    A mode for manipulating buffers in Neovim.

  • I use this feature right now, and it simplifies a lot. I use t to open tabmode so I can create or destroy tabs easily. b, which I use more often, opens bufmode so I can switch the buffer in the current window, or delete it while preserving my layout. gs allows me to swap delimited items using hjkl. w is for visually switching between open splits. Etc etc

  • vim-swap

    Reorder delimited items.

  • I use this feature right now, and it simplifies a lot. I use t to open tabmode so I can create or destroy tabs easily. b, which I use more often, opens bufmode so I can switch the buffer in the current window, or delete it while preserving my layout. gs allows me to swap delimited items using hjkl. w is for visually switching between open splits. Etc etc

  • 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

  • Practical Vim Command Workflow

    5 projects | news.ycombinator.com | 28 Apr 2024
  • Alternative to vim-textmanip plugin? (move selected blocks of text)

    5 projects | /r/neovim | 8 Dec 2023
  • Noobie Needs a Nudge

    7 projects | /r/neovim | 30 Jun 2023
  • Your favourite Neovim plugins?

    42 projects | /r/neovim | 21 Jun 2023
  • Using Floaterm, what's the best way to toggle between the editor and opened window and maintain the shell session?

    2 projects | /r/neovim | 6 Jun 2023