occur mode - editable grep results

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

  • You can try this plugin https://github.com/dyng/ctrlsf.vim . It provides something similar to what you explained, but you need to scope it manually if you want it only for current buffer.

  • replacer.nvim

    A powerful refactoring tool for nvim.

  • replacer.nvim does pretty much that: https://github.com/gabrielpoca/replacer.nvim

  • 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
  • quickfix-reflector.vim

    Change code right in the quickfix window

  • Some plugins combine these concepts such as https://github.com/stefandtw/quickfix-reflector.vim

  • coc.nvim

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

  • coc.nvim offers :CocSearch

  • writable_search.vim

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

  • A few plugins have been mentioned, the native :cdo operation is also a good way to do it. My plugin writable_search provides a grep with some more context (and can be opened from a quickfix window)

  • 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