diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/emacs.d/+bindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el index d998aefc2487..71efd5590d56 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- )) |