Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

feat: implement missing commands in other fzf plugins #749

@linrongbin16

Description

@linrongbin16

Related previous discussion: #523

We would like to implement most of the missing commands in other popular fuzzy find plugins: fzf.vim, fzf-lua.

NOTE: There are some commands I don't think I will spend efforts on them:

  1. Something we already have better replacements, such as Ag in fzf.vim, we already have rg based commands FzfxLiveGrep.
  2. Something requires external dependencies or somehow out of the scope of fuzzy finder, such as dap_commands in fzf-lua, it needs the nvim-dap plugin.

For fzf.vim:

  • Colors
  • Rg
  • Lines/BLines
  • Tags/BTags
  • Changes
  • Jumps
  • Windows
  • Locate
  • History
  • History:
  • History/
  • Snippets
  • Marks
  • Helptags
  • Filetypes

For fzf-lua:

  • oldfiles
  • quickfix/quickfix_stack
  • loclist/loclist_stack
  • lines/blines
  • treesitter
  • tabs
  • args
  • grep
  • tags/btags
  • git_tags
  • git_stash
  • lsp_document_symbols/lsp_workspace_symbols
  • lsp_code_actions
  • lsp_finder
  • profiles
  • manpages
  • helptags
  • colorschemes/ awesome_colorschemes
  • highlights
  • command_history
  • search_history
  • marks
  • jumps
  • changes
  • registers
  • tagstack
  • autocmds
  • filetypes
  • menus
  • spell_suggest
  • packadd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions