Looking for a plugin to list all search results in a buffer, similar to Sublime Text

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ctrlsf.vim

    A text searching plugin mimics Ctrl-Shift-F on Sublime Text 2

  • firvish.nvim

    WIP

  • you don’t need a plugin for this. You can just run .!rg SEARCH_STRING and the results will be in your buffer. If you want it to run asynchronously, then you can use :help jobstart or use something like this plugin

  • 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
  • coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

  • If you use coc.nvim it has a nice :CocSearch command that lists all results in one buffer that allows you to edit/save multiple files inline. It's pretty much the same as :grep + :cfdo but slightly more intuitive for sublime users.

  • nvim-spectre

    Find the enemy and replace them with dark power.

  • I think you may need nvim-spectre

  • bufferize.vim

    Execute a :command and show the output in a temporary buffer

  • Unfortunately there's not much you can do with this buffer except look at it (not even yank), so I like to pair these types of commands that return this buffer (ie :map or :highlight) with the Bufferize plugin: AndrewRadev/bufferize.vim: Execute a :command and show the output in a temporary buffer

  • 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