Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: General :Fzfx command #681

Open
jam1015 opened this issue Mar 29, 2024 · 2 comments
Open

Feature Request: General :Fzfx command #681

jam1015 opened this issue Mar 29, 2024 · 2 comments

Comments

@jam1015
Copy link

jam1015 commented Mar 29, 2024

would open a popup menu with all fzfx sub commands, and descriptions of what they do.

kind of like the general :Telescope command where you can then pick the sub-telescope commands

@linrongbin16
Copy link
Owner

linrongbin16 commented Mar 29, 2024

hi @jam1015 ,

This is more about the product design. When I first create this plugin, I followed the design of fzf.vim, which also contains multiple commands.

The Pros:

  • I can see that, a general :Fzfx command will reduce the plugin's initialize time, because it will register only 1 command, instead of so many (FzfxLiveGrep, FzfxCommands, FzfxFiles, etc).

The Cons:

  • If we re-write this plugin, it will bring a lot of break changes.
  • And I don't feel it makes the usage more user friendly.

let me think about it, I will pend this issue for now.

@savchenko
Copy link
Contributor

Related to #525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants