Vim alchemist.vim from Slashmili

This vim plugin is awesome and therefore includes ExDoc functionality.
You just have to press K while cursor is under a module or function in NORMAL mode.

I love it !!! But … I have already bound K to “resize window” :sweat:
Is anyone know how to disable this short key or even better know how to set another short key?

Thanks,
G.

1 Like

To be honest, I’d recommend you find another key for your resize window behavior. K is a built-in feature for “more info” or “get docs”. For example, if you had a bash script open and hit K vim will do a man page lookup for the word under the cursor. Other filetype modules can/should use K for their own sort of “lookup” feature.

3 Likes