From 1b246af469405946347fe7a6b388324c0820cbc2 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 28 Jul 2026 12:23:16 +0200 Subject: [PATCH] added shortcut key bindings for lsp find* --- lisp/init-lsp.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/init-lsp.el b/lisp/init-lsp.el index 359909e..32ec45e 100644 --- a/lisp/init-lsp.el +++ b/lisp/init-lsp.el @@ -13,6 +13,11 @@ (setq lsp-headerline-breadcrumb-enable nil lsp-modeline-code-actions-enable nil) + :bind + ; same prefix space as dumpjump (C-c) + ("C-c r" . #'lsp-find-references) ; default: C-c C-l g r + ("C-c d" . #'lsp-find-definition) ; default: C-c C-l g g + :init ;; I'm not using any of th lsp commands, but better define a prefix ;; than being unable to reach it