mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2026-08-23 21:24:18 +02:00
added shortcut key bindings for lsp find*
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user