rlivings39 / vscode-fzf-quick-open

vscode extension providing quick file/folder open and searching using fzf
MIT License
77 stars 17 forks source link

Is it possible to automatically close the terminal panel that runs fzf after completing or canceling a search session? #50

Open taquangtrung opened 1 year ago

taquangtrung commented 1 year ago

Hi,

Thanks for making such a useful extension!

I want to ask how I can make it automatically close the terminal panel that runs fzf after completing or canceling a search session?

Currently, when I cancel a search (by Esc) or visit a searched pattern (by Enter), the terminal panel that runs fzf still open.

FYI, I notice that in another extension https://github.com/tomrijndorp/vscode-finditfaster, it can automatically close the terminal when I press Esc or Enter.

Thank you!