emacs-lsp / lsp-treemacs

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

Selecting windows #169

Open AndreasMatthias opened 5 months ago

AndreasMatthias commented 5 months ago

LSP Symbols List seems to change the way treemacs-select-window works.

Here is how to reproduce this issue:

Create a frame with 4 windows:

After pressing M-0 (bound to treemacs-select-window) several times, I end up in an endless loop jumping between Treemacs-Scoped-Buffer and LSP Symbols List. All other windows can not be selected with M-0 any more which is irritating.

After deleting window LSP Symbols List I can once again select all windows with M-0.