junegunn / junegunn/fzf.vim

[Feature] universal fzf: use one command to `fzf` sources of many different categories

Open
#1,523 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
10.3k
Forks
608
Avg merge
5d 8h
Merged PRs (30d)
2

Description

When I use `fzf`, before I pressing the command, I always need to think about what I am search for. The thing I am searching for belongs to files, buffers, colorscheme, lsp symbols, tags, or other categories. This process was very interrupting to me. I think we can have a `ctrl-p`. It is a single command that can return all buffers, files, tags, or whatever I want. so that when we want `fzf`, we only need to press that command without thinking. fzf is fast and we can use this.

To do this, we need to build `action` `preview` and other things dynamicly, can we achieve it?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.