Intermediate Vim tips
kinbiko.com
Intermediate Vim tips
1–10 of 79 posts
Re: Intermediate Vim tips
#2Re: Intermediate Vim tips
#3 set listchars=tab:→\ ,nbsp:␣,trail:·Re: Intermediate Vim tips
#4Re: Intermediate Vim tips
#5Re: Intermediate Vim tips
#6Quick straw poll on this... How many people like a line length limit?
My personal preference is a fairly strict 80 (barring silly things like URLs), but I've always been met with resistance to ANY line length limit. Is it really that imposing?
Re: Intermediate Vim tips
#7Re: Intermediate Vim tips
#8> I don't like excessively long lines of code (120+ in most languages) Quick straw poll on this... How many people like a line length limit? My personal preference is a fairly strict 80 (barring silly things like URLs), but I've always been met with resistance to ANY line length limit. Is it really that imposing?
At work, I've managed to get a 99 column limit, with 79 columns for comments. But yeah, some people just don't like the limit. I like it because of monitor size/font size/distance from monitor/side-by-side editor windows. Autowrap doesn't cut it.
Re: Intermediate Vim tips
#9I’m probably the minority here but I don’t like to customize my Vim too much. 1 - it takes time. 2 - half the reason I like Vim is because I can use it anywhere. If I’m so used to a highly customized setup, then I am going to feel out of place when I log on somewhere else.
Re: Intermediate Vim tips
#10> I don't like excessively long lines of code (120+ in most languages) Quick straw poll on this... How many people like a line length limit? My personal preference is a fairly strict 80 (barring silly things like URLs), but I've always been met with resistance to ANY line length limit. Is it really that imposing?