Telescope: FZF + ag for live_grep?

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

    Find, Filter, Preview, Pick. All lua, all the time.

  • Has anyone figured out how to get the live_grep function of telescope.nvim to behave similarly to :Ag from fzf.vim?

  • fzf.vim

    fzf :heart: vim

  • Has anyone figured out how to get the live_grep function of telescope.nvim to behave similarly to :Ag from fzf.vim?

  • 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
  • fzf-lua

    Improved fzf.vim written in lua

  • With fzf-lua you can use live_grep_glob (instead of live_grep) - what it does is add the ability to dynamically add --iglob (or --glob) to the underying command after entering a special separator (by default --), for exmaple: - search term foo searches for foo - search term foo -- *bar* searches for foo an all filenames that contain bar - search term foo -- *bar* !*baz* searches for foo an all filenames that contain bar but do not contain baz

  • zk-nvim

    Neovim extension for zk

  • Let's discuss it there! I do think this would be a very useful feature. I'm also using zk-nvim where I'm experiencing the same "problem". I filter my notes by a specific set of tags, then I want to be able to jump back and forth between them for a while. Re-entering the tags every time is very annoying.

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