Question: Looking to write text from a buffer into a section of another buffer on `BufLeave` or `BufWriteCmd` without saving.

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
  • inline_edit.vim

    Edit code that's embedded within other code

  • I've got a plugin for this: https://github.com/AndrewRadev/inline_edit.vim. The autocommands are here, but really, there's no magic, it's one autocommand that triggers a bunch of code. You won't find a one-shot solution. BufWrite triggers on write, and you'd have to replace the lines in whatever way you choose. Quitting is just a matter of abandoning the changes with :q.

  • linediff.vim

    A vim plugin to perform diffs on blocks of code

  • Two more of my plugins that use the same patterns are linediff and writable_search, but I think inline_edit is closest to what you're looking for.

  • 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
  • writable_search.vim

    Grep for something, then write the original files directly through the search results.

  • Two more of my plugins that use the same patterns are linediff and writable_search, but I think inline_edit is closest to what you're looking for.

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

  • Diff parts of files

    1 project | /r/neovim | 29 Jul 2021
  • Git Single letter substitutions

    1 project | /r/git | 9 Dec 2023
  • In neovim ,how to do refactoring python code?

    5 projects | /r/neovim | 20 Apr 2023
  • What are the small reasons to try Emacs?

    4 projects | /r/emacs | 30 Mar 2023
  • Text formatting or not formatting

    1 project | /r/vim | 11 Mar 2023