emacs-lsp / lsp-treemacs

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

lsp-treemacs-references window's treemacs-quit to delete-window #88

Open dolmens opened 3 years ago

dolmens commented 3 years ago

the reference window's key binding `q', which is treemacs-quit, just bury the buffer not killing the window, inconsistent with other window like symbols, and somewhat annoying. is there an option or how can I do it?

yyoncho commented 3 years ago

is there an option or how can I do it?

We should enable minor mode in these buffers to make customizations like that possible.

yyoncho commented 3 years ago

FTR you can have global binding for kill-buffer-and-window(like spacemacs do) which will work in this case