eglot: add bindings for xref-find-definitions-other-(window|frame)

This commit is contained in:
jgart 2022-09-08 12:34:30 -05:00 committed by Youmu
parent f45f4ab142
commit d1dec4ef73
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@
"Set up `evil' bindings for `eglot'."
(evil-collection-define-key 'normal 'eglot-mode-map
"gd" 'xref-find-definitions
"gD" 'xref-find-definitions-other-window
"g5" 'xref-find-definitions-other-frame
(kbd "C-t") 'xref-pop-marker-stack
"K" 'eldoc-doc-buffer)