TerminalFi / LSP-copilot

GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.
625 stars 25 forks source link

fix: completions panel steals focus #100

Closed nsubiron closed 1 year ago

nsubiron commented 1 year ago

Hi there!

I've been trying to use the completions panel with key bindings only, but right now it's not possible because the panel steals focus from the view. This prevents any further view commands and forces you to close the panel using the mouse.

This PR just gives focus back to the view after opening the panel :)