emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
398 stars 47 forks source link

lsp-treemacs window selection #57

Closed kvaneesh closed 4 years ago

kvaneesh commented 4 years ago

How do I select LSP symbol list or LSP error list using the keyboard? Treemacs do provide treemacs-select-window. Is there an equivalent function I can use with respect LSP treemacs?

yyoncho commented 4 years ago

calling lsp-treemacs-errors-list will select it.

kvaneesh commented 4 years ago

Thanks.