htip : quick haskell hints at the status line
script karma |
Rating 0/2,
Downloaded by 580 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Itay Donenhirsch |
|
script type |
utility |
|
description |
with default key binding enabled, move the cursor over a word, for example "map" and press <leader>ht
this will put the following line in the status line:
1/1: map :: (a->b) -> [a] -> [b]
(1/1 - first line of, well, a single line)
pressing <leader>hh will show the next line, if any.
<leader>hH show the previous one, the list is cyclic
there are also <leader>hi for info, <leader>hb for browse, <leader>hk for kind.
see code for more details |
|
install details |
just put under ~/.vim/plugin
to enable default key bindings put
let g:htip_bindkeys=1
in your ~/.vimrc |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.17.71.93
|