1
vote
Recommended Vim plugins for C coding?
For code completion I would recommend snippetsEmu. It is very easy to customize.
…
1
vote
What’s the most elegant way of commenting / uncommenting blocks of ruby code in Vim?
After visually selecting, in block mode, the text you want to comment out, hit I (that is a capital i), type # and finally hit the escape key. It's basically the s …
2
votes
show function parameters in vim
As was already suggested, install the autocomplpop plugin. Then,
to trigger omincompletion as you type for C file …
