You are not logged in.
So in my programming class the max line length we can use is 80 characters. Is it possible to show something / notify myself in vim/urxvt when I reach this limit so I know to move to the next line (something other than the character count in the bottom right, something more noticeable)
Offline
Thanks, also is there a way to set how many spaces I get when I press tab, so that I can reduce characters that was as well?
Offline
:help sw
:help ts
:help sts
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
Is it possible to show something / notify myself in vim/urxvt when I reach this limit so I know to move to the next line (something other than the character count in the bottom right, something more noticeable)
hi OverLength cterm=reverse
match OverLength "\%81v.*"
Offline
FYI, there is a .vimrc thread where you might be able to get more tips.
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
Offline
Ok, I added a bunch of settings to my .vimrc but none of them seemed to take effect
Offline
In VIM 7.3:
set colorcolumn=80
Offline
Oops, my bad, didn't realize this was an old thread. Shame on the person above me.
Last edited by Trent (2010-12-22 19:43:48)
Offline