eglot: add bindings for eglot-find-typeDefinition

This commit is contained in:
jgart 2022-10-19 09:40:05 -05:00 committed by GitHub
parent 71aba1f932
commit bcc697ef32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
"gd" 'xref-find-definitions
"gD" 'xref-find-definitions-other-window
"g5" 'xref-find-definitions-other-frame
"gt" 'eglot-find-typeDefinition
"T" 'eglot-find-typeDefinition
(kbd "C-t") 'xref-pop-marker-stack
"K" 'eldoc-doc-buffer)