Open kristijanhusak opened 4 years ago
maybe vim-clap
is better?
vim-clap is still not very stable on windows unfortunately
I think it should be fzf because it's the standard for what to source. If you have a standard, it will be easier to implement in other plugins.
I'm still trying to wrap my head around it, because drawer has mappings and actions (toggling databases/buffers/tables). Having those actions in fzf is a bit tricky. And only do listing what's currently in a drawer doesn't give too much value.
And only do listing what's currently in a drawer doesn't give too much value.
What about >10000 tables? Or FZF wouldn't help here?
you can scroll on fzf window.
@habamax currently i'm using /
in the drawer to find table which i want.
What would you expect to happen if we list table in the fzf, and you select it?
you can scroll on fzf window.
I know, thank you
@habamax currently i'm using
/
in the drawer to find table which i want. What would you expect to happen if we list table in the fzf, and you select it?
Default action to create buffer with select from table, for example, but I am no sure ;)
It will be useful if could open the saved query files with all things done (e.g. DB connection).
Then the saved query file could be opened via fzf and run the query with correct mappings.
Create a fzf source that would allow navigating the drawer content by filtering through fzf.