mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -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