elm: Add 'SPC m h d' keybinding for doc-at-point.
This commit is contained in:
parent
48d06e4ee9
commit
f7d2f3f0ad
2 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,7 @@ every save.
|
|||
| Key Binding | Description |
|
||||
|-------------+--------------------------|
|
||||
| ~SPC m h t~ | elm-oracle-type-at-point |
|
||||
| ~SPC m h d~ | elm-oracle-doc-at-point |
|
||||
|
||||
** elm-format
|
||||
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
"cm" 'elm-compile-main
|
||||
;; oracle
|
||||
"ht" 'elm-oracle-type-at-point
|
||||
"hd" 'elm-oracle-doc-at-point
|
||||
;; refactoring
|
||||
"ri" 'elm-sort-imports
|
||||
;; repl
|
||||
|
|
Reference in a new issue