ghci-ng should now override mht rather than mt

This commit is contained in:
Jeremy Huffman 2015-03-29 09:58:35 -04:00 committed by syl20bnr
parent abfceb6a3b
commit cd3346c125
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ versions from ghci-ng, and a new keybinding available:
Key Binding | Description
----------------------|------------------------------------------------------------
<kbd>SPC m t</kbd> | gets the type of the identifier under the cursor or for the active region
<kbd>SPC m h t</kbd> | gets the type of the identifier under the cursor or for the active region
<kbd>SPC m g g</kbd> | go to definition
<kbd>SPC m u</kbd> | finds uses of identifier

View file

@ -59,7 +59,7 @@
(evil-leader/set-key-for-mode 'haskell-mode
"mu" 'haskell-mode-find-uses
"mt" 'haskell-mode-show-type-at
"mht" 'haskell-mode-show-type-at
"mgg" 'haskell-mode-goto-loc))
;; hooks