Vim configuration, setting up autocomplete, and columns
Posted
by Yktula
on Stack Overflow
See other posts from Stack Overflow
or by Yktula
Published on 2010-04-06T22:07:47Z
Indexed on
2010/04/06
22:13 UTC
Read the original article
Hit count: 188
- How do I set up auto-completion for C? I've heard it's language agnostic. How does this work?
Where can I find a list of settings available for vim?
I often find that code is usually occupying the left side of my screen when editing.
How can I have the next "page" or so of code displayed on the right side, treating the column on the right side as just an extension what's on the left side, with the two scrolling together nicely?
© Stack Overflow or respective owner