Fix keybindings + make them more consistent
This commit is contained in:
parent
45ded63278
commit
45122cdea5
9 changed files with 75 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue