diff --git a/init.d/programming/lsp.el b/init.d/programming/lsp.el index d2f3f43..c010f1d 100644 --- a/init.d/programming/lsp.el +++ b/init.d/programming/lsp.el @@ -94,8 +94,7 @@ :bind (:map lsp-ui-mode-map ("M-." . lsp-ui-peek-find-definitions) ("C-M-." . lsp-ui-peek-find-references) - ("C-M-," . lsp-ui-peek-find-implementation) - ("M-i" . lsp-ui-imenu)) + ("C-M-," . lsp-ui-peek-find-implementation)) :hook ((lsp-mode . lsp-ui-mode) (lsp-ui-peek-mode . my/lsp-ws-toggle)))