From f5b17e863d17361941b3bc8188208b04268189fa Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:50 +0300 Subject: [PATCH] Add a keybinding to find symbol uses --- .config/emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index edfd672..81d2a3b 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -128,6 +128,8 @@ (use-package wgrep) (use-package lsp-mode + :bind (:map lsp-mode-map + ("M-?" . lsp-find-references)) :hook (before-save . (lambda () (when (bound-and-true-p lsp-mode) (progn