Skip to content

Commit

Permalink
feat(emacs): keybinds: add #'lsp-ui-find-next-reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Jan 27, 2025
1 parent 86b6a01 commit 49e6ae3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,9 @@
:keymaps '(lsp-ui-mode-map)
:states '(normal)
"g h" #'lsp-ui-doc-glance
"g H" #'lsp-describe-thing-at-point))
"g H" #'lsp-describe-thing-at-point
"g n" #'lsp-ui-find-next-reference
"g N" #'lsp-ui-find-prev-reference))

(use-package consult-lsp
:after lsp-mode
Expand Down

0 comments on commit 49e6ae3

Please sign in to comment.