Tide/references mode: Go to reference at cursor

Current implementation seems to only work for the first reference in a file. This patch should fix that.
This commit is contained in:
Tom Klaver 2021-05-25 17:32:38 +02:00 committed by GitHub
parent 33bcc7f40c
commit 74d4d33ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
"gk" 'tide-find-previous-reference
(kbd "C-j") 'tide-find-next-reference
(kbd "C-k") 'tide-find-previous-reference
(kbd "RET") 'tide-goto-reference
(kbd "RET") 'tide-goto-line-reference
;; quit
"q" 'quit-window)