mantip : quick tip from synopsis section in man pages for words
script karma |
Rating 1/1,
Downloaded by 553 |
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 strcmp and press <leader>d
this will put the following line in the status line:
STRCMP(3) 1/2: int strcmp(const char *s1, const char *s2);
(STCMP(3) - man page, 1/2 - first line of two lines)
pressing <leader>d again will show the next decelration:
STRCMP(3) 2/2: int strncmp(const char *s1, const char *s2, size_t n);
<leader>D show the previous one, the list is cyclic
use <leader>1..9 to man specific sections
see code for more details
|
|
install details |
just put under ~/.vim/plugin
to enable default key bindings put
let g:mantip_bindkeys=1
in your ~/.vimrc
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.147.72.31
|