mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix keybindings + make them more consistent
This commit is contained in:
@ -32,7 +32,8 @@
|
||||
|
||||
(map! :map typescript-mode-map
|
||||
:m "gd" 'tide-jump-to-definition
|
||||
:m "K" 'tide-documentation-at-point))
|
||||
:localleader
|
||||
:m "fh" 'tide-documentation-at-point))
|
||||
|
||||
|
||||
(def-package! tide
|
||||
|
Reference in New Issue
Block a user