about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/grfn/emacs.d/+bindings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el
index d998aefc24..71efd5590d 100644
--- a/users/grfn/emacs.d/+bindings.el
+++ b/users/grfn/emacs.d/+bindings.el
@@ -821,6 +821,7 @@ private/hlissner/snippets."
      :n "K"     #'lsp-describe-thing-at-point
      ;; :n "g d"   #'lsp-ui-peek-find-definitions
      :n "g d"   #'lsp-ui-peek-find-definitions
+     :n "g R"   #'lsp-find-references
      ;; :n "g SPC" #'intero-repl-load
      ;; :n "g y"   #'lsp-ui-
      ))